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


IWCSCoverageDescription.DefaultBoundingCRS Property (ArcObjects .NET 10.5 SDK)
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