ArcObjects Library Reference (GISClient)  

IWCSSpatialDomain.GridBaseCRS Property

Base CRS name of grid.

[Visual Basic .NET]
Public ReadOnly Property GridBaseCRS As String
[C#]
public string GridBaseCRS {get;}
[C++]
HRESULT get_GridBaseCRS(
  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

IWCSSpatialDomain Interface