This document is archived and information here might be outdated. Recommended version. |
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*