ArcObjects Library Reference (PublisherControls)  

IARCommandInfo.HelpFile Property

The name of the help file associated with the command.

[Visual Basic .NET]
Public ReadOnly Property HelpFile As String
[C#]
public string HelpFile {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the HelpFile of the specified ARTool command. This is the name of the help file that contains the context sensitive help topic for the ARTool.

See Also

IARCommandInfo Interface