This document is archived and information here might be outdated.  Recommended version.


IMapAutoExtentOptions.AutoExtentBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentBounds Property
ArcGIS Developer Help

IMapAutoExtentOptions.AutoExtentBounds Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapAutoExtentOptions Interface