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


IWCSCoverageDescription.DefaultBoundingCRS Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.DefaultBoundingCRS Property
ArcGIS Developer Help

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(
  System.String* 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