This document is archived and information here might be outdated. Recommended version. |
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