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


IActionEdit.HelpContextID 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.HelpContextID Property
ArcGIS Developer Help

IActionEdit.HelpContextID Property

The help context ID for the specified control on the page.

[Visual Basic .NET]
Public Function get_HelpContextID ( _
    ByVal lControlID As Integer _
) As Integer
[C#]
public int get_HelpContextID (
    int lControlID
);
[C++]
HRESULT get_HelpContextID(
  long lControlID,
  System.Int32* plHelpID
);
[C++]
Parameters
lControlID [in]

lControlID is a parameter of type long plHelpID [out, retval]
plHelpID is a parameter of type long*

Product Availability

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

See Also

IActionEdit Interface