ArcObjects Library Reference (TrackingAnalyst)  

IActionEdit.HelpFile Property

The help file name for the page.

[Visual Basic .NET]
Public ReadOnly Property HelpFile As String
[C#]
public string HelpFile {get;}
[C++]
HRESULT get_HelpFile(
  BSTR* pbstrHelpFile
);
[C++]

Parameters

pbstrHelpFile [out, retval]   pbstrHelpFile is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionEdit Interface