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


IWCSBoundingBoxInfo.BoundingBox Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWCSBoundingBoxInfo.BoundingBox Property

The bounding extent of the coverage data.

[Visual Basic .NET]
Public ReadOnly Property BoundingBox As IEnvelope
[C#]
public IEnvelope BoundingBox {get;}
[C++]
HRESULT get_BoundingBox(
  IEnvelope** ppEnvelope
);
[C++]

Parameters ppEnvelope [out, retval]
ppEnvelope is a parameter of type IEnvelope

Product Availability

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

See Also

IWCSBoundingBoxInfo Interface