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


IWCSCoverageDescription.NativeCRS Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.NativeCRS Property

The native CRS or the first CRS if the native CRS is not given.

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

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

Product Availability

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

See Also

IWCSCoverageDescription Interface