This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.BoundingBox Property (ArcObjects .NET 10.5 SDK) |
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,
BSTR* 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