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


IWMTSTileMatrixSet.BoundingBox Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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