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


IActionGEN.Alias 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.Alias Property
ArcGIS Developer Help

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