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


IMapAutoExtentOptions.AutoExtentType 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.AutoExtentType Property
ArcGIS Developer Help

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