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


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

IWMTSTileMatrixSet.BoundingBox Property

Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS.

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

BoundingBox is a parameter of type IEnvelope**

Product Availability

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

See Also

IWMTSTileMatrixSet Interface