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