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


IGpSpRefObject.Alias Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.Alias Property

The alias of this spatial reference component.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpSpRefObject Interface