This document is archived and information here might be outdated. Recommended version. |
The full extent in world coordinates.
[Visual Basic .NET] Public Property Bounds As IEnvelope
[C#] public IEnvelope Bounds {get; set;}
[C++]
HRESULT get_Bounds(
IEnvelope* Bounds
);
[C++]
HRESULT put_Bounds(
IEnvelope** Bounds
);
[C++] Parameters Bounds [in]
Bounds is a parameter of type IEnvelope* Bounds [out, retval]
Bounds is a parameter of type IEnvelope**