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


IMapAutoExtentOptions Interface (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
ArcGIS Developer Help

IMapAutoExtentOptions Interface

Provides access to the Map's auto extent options.

Product Availability

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

Members

Name Description
Read/write property AutoExtentBounds The bounds of the map displayed by the frame.
Read/write property AutoExtentLayer Auto extent features. See esriExtentTypeEnum.
Read/write property AutoExtentMap Auto extent map. Derive extent from the extent of another map. See esriExtentTypeEnum.
Read/write property AutoExtentMargin Auto extent margin. Specified in AutoExtentMarginUnits. See esriExtentTypeEnum.
Read/write property AutoExtentMarginUnits Auto extent margin units. See esriExtentTypeEnum.
Read/write property AutoExtentScale The scale at which the map should be displayed.
Read/write property AutoExtentType The way in which the map extent of the frame is specified.
Read-only property LockedPan Check if the map can be panned.
Read-only property LockedZoom Check if the map can be zoomed.

Classes that implement IMapAutoExtentOptions

Classes Description
Map A container for the display and manipulation of map data.