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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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:
- esriExtentBounds - Manually specify the X,Y coordinates of the extent.
- esriExtentDefault - The extent of the frame is equal to the extent of the map within the frame.
- esriExtentScale - The extent of the frame is calculated to preserve the specified scale.
See Also
IMapFrame Interface | MapFrame Class | IMapFrame Interface | IMapFrame.Map Property