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


IActionEdit.HelpFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionEdit Interface > IActionEdit.HelpFile Property
ArcGIS Developer Help

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(
  System.String* 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