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


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

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