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


IMapAutoExtentOptions.AutoExtentMap Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentMap Property

Auto extent map. Derive extent from the extent of another map. See esriExtentTypeEnum.

[Visual Basic .NET]
Public Property AutoExtentMap As IMap
[C#]
public IMap AutoExtentMap {get; set;}
[C++]
HRESULT get_AutoExtentMap(
  IMap** Map
);
[C++]
HRESULT putref_AutoExtentMap(
  IMap* Map
);
[C++]

Parameters Map [out, retval]
Map is a parameter of type IMap Map [in]
Map is a parameter of type IMap

Product Availability

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

See Also

IMapAutoExtentOptions Interface