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


IARCommandInfo.HelpFile 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.HelpFile Property
ArcGIS Developer Help

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