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


IActionGEN.Alias Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IActionGEN.Alias Property

Allows user to specify or retrieve the alias name for this action.

[Visual Basic .NET]
Public Property Alias As String
[C#]
public string Alias {get; set;}
[C++]
HRESULT get_Alias(
  BSTR* pbstrAlias
);
[C++]
HRESULT put_Alias(
  BSTR pbstrAlias
);
[C++]

Parameters pbstrAlias [out, retval] pbstrAlias is a parameter of type BSTR pbstrAlias [in] pbstrAlias 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