This document is archived and information here might be outdated. Recommended version. |
The bounds of the map displayed by the frame.
[Visual Basic .NET] Public Property AutoExtentBounds As IEnvelope
[C#] public IEnvelope AutoExtentBounds {get; set;}
[C++]
HRESULT get_AutoExtentBounds(
IEnvelope** Bounds
);
[C++]
HRESULT put_AutoExtentBounds(
IEnvelope* Bounds
);
[C++] Parameters Bounds [out, retval]
Bounds is a parameter of type IEnvelope** Bounds [in]
Bounds is a parameter of type IEnvelope*