This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentBounds Property (ArcObjects .NET 10.5 SDK) |
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