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


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

ISpatialReferenceInfo.Abbreviation Property

The abbreviated name of this spatial reference component.

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

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

Product Availability

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

See Also

ISpatialReferenceInfo Interface