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


IMapAutoExtentOptions.AutoExtentType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentType Property

The way in which the map extent of the frame is specified.

[Visual Basic .NET]
Public Property AutoExtentType As esriExtentTypeEnum
[C#]
public esriExtentTypeEnum AutoExtentType {get; set;}
[C++]
HRESULT get_AutoExtentType(
  esriExtentTypeEnum* Type
);
[C++]
HRESULT put_AutoExtentType(
  esriExtentTypeEnum Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriExtentTypeEnum Type [in]
Type is a parameter of type esriExtentTypeEnum

Product Availability

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

See Also

IMapAutoExtentOptions Interface