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


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

IWMTSLayerDescription.WGS84BoundingBox Property

Minimum bounding extent of the layer data in EPSG:4326.

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

envelope is a parameter of type IEnvelope**

Product Availability

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

See Also

IWMTSLayerDescription Interface