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


IWMTSLayerDescription.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 > IWMTSLayerDescription Interface > IWMTSLayerDescription.BoundingBox Property
ArcGIS Developer Help

IWMTSLayerDescription.BoundingBox Property

Minimum bounding extents of the layer data along with the applicable SRS.

[Visual Basic .NET]
Public Sub BoundingBox ( _
    ByVal index As Integer, _
    ByRef envelope As IEnvelope, _
    ByRef srsCode As String _
)
[C#]
public void BoundingBox (
    int index,
    ref IEnvelope envelope,
    ref string srsCode
);
[C++]
HRESULT get_BoundingBox(
  long index,
  IEnvelope** envelope,
  System.String* srsCode
);
[C++]
Parameters
index [in]

index is a parameter of type long envelope [out]
envelope is a parameter of type IEnvelope** srsCode [out]
srsCode is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSLayerDescription Interface