ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapAutoExtentOptions Interface