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


ISpatialReferenceAuthority.Version Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReferenceAuthority.Version Property

The version of this spatial reference object.

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

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

Product Availability

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

See Also

ISpatialReferenceAuthority Interface