This document is archived and information here might be outdated. Recommended version. |
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*