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


IWCSCoverageDescription.DefaultBoundingBox 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.DefaultBoundingBox Property
ArcGIS Developer Help

IWCSCoverageDescription.DefaultBoundingBox Property

The default bounding box of this coverage.

[Visual Basic .NET]
Public Function get_DefaultBoundingBox ( _
    ByVal CRS As String _
) As IEnvelope
[C#]
public IEnvelope get_DefaultBoundingBox (
    string CRS
);
[C++]
HRESULT get_DefaultBoundingBox(
  BSTR CRS,
  IEnvelope** ppEnvelope
);
[C++]
Parameters
CRS [in]

CRS is a parameter of type BSTR ppEnvelope [out, retval]
ppEnvelope is a parameter of type IEnvelope**

Product Availability

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

See Also

IWCSCoverageDescription Interface