ArcObjects Library Reference (Carto)  

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 | MapFrame Class | IMapFrame.Map Property | IMapFrame Interface