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


IMapAutoExtentOptions.AutoExtentBounds Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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