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


IMapFrame.ExtentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrame Interface > IMapFrame.ExtentType Property
ArcGIS Developer Help

IMapFrame.ExtentType Property

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:

See Also

IMapFrame Interface | IMapFrame Interface | MapFrame Class | IMapFrame.Map Property