This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentMap Property (ArcObjects .NET 10.5 SDK) |
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