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


ISpatialReferenceInfo.Alias Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceInfo.Alias Property

The alias of this spatial reference component.

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

Parameters Alias [out, retval] Alias is a parameter of type BSTR

Product Availability

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

See Also

ISpatialReferenceInfo Interface