ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.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,
  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

Product Availability

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

See Also

IWMSLayerDescription Interface