This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrame Interface > IMapFrame.ExtentType Property (ArcObjects .NET 10.4 SDK) |
The way in which the map extent of the frame is specified.
[Visual Basic .NET] Public Property ExtentType As esriExtentTypeEnum
[C#] public esriExtentTypeEnum ExtentType {get; set;}
[C++]
HRESULT get_ExtentType(
esriExtentTypeEnum* Type
);
[C++]
HRESULT put_ExtentType(
esriExtentTypeEnum Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type esriExtentTypeEnum Type [in]
Type is a parameter of type esriExtentTypeEnum
The ExtentType property is used to set or retrieve the method used to specify the extent of the map within the frame. There are three valid extent types that can be used:
IMapFrame Interface | IMapFrame Interface | MapFrame Class | IMapFrame.Map Property