This document is archived and information here might be outdated. Recommended version. |
The bounding box of the map.
[Visual Basic .NET] Public Property BBox As IEnvelope
[C#] public IEnvelope BBox {get; set;}
[C++]
HRESULT get_BBox(
IEnvelope** pArea
);
[C++]
HRESULT put_BBox(
IEnvelope* pArea
);
[C++] Parameters pArea [out, retval]
pArea is a parameter of type IEnvelope** pArea [in]
pArea is a parameter of type IEnvelope*