ArcObjects Library Reference (PublisherControls)  

IARCommandInfo.HelpContextID Property

The help context ID associated with the command.

[Visual Basic .NET]
Public ReadOnly Property HelpContextID As Integer
[C#]
public int HelpContextID {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the HelpContextID of the specified ARTool command. This is used to specify the mapped numeric value of the topic ID of the context sensitive help topic for the ARTool.

See Also

IARCommandInfo Interface