ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.DefaultBoundingCRS Property

CRS name of default bounding box.

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