This document is archived and information here might be outdated.  Recommended version.


IARCommandInfo.HelpContextID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARCommandInfo Interface > IARCommandInfo.HelpContextID Property
ArcGIS Developer Help

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