This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.DefaultBoundingBox Property (ArcObjects .NET 10.5 SDK) |
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