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


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

IActionGEN.Label Property

Allows user to specify or retreive tha label name for this action.

[Visual Basic .NET]
Public Property Label As String
[C#]
public string Label {get; set;}
[C++]
HRESULT get_Label(
  System.String* pbstrLabel
);
[C++]
HRESULT put_Label(
  BSTR pbstrLabel
);
[C++]
Parameters
pbstrLabel [out, retval]

pbstrLabel is a parameter of type BSTR* pbstrLabel [in]
pbstrLabel is a parameter of type BSTR

Product Availability

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

See Also

IActionGEN Interface