This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentType Property (ArcObjects .NET 10.5 SDK) |
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