This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescriptor Interface > IMapDescriptor.MapCenter Property (ArcObjects .NET 10.4 SDK) |
The center of the map.
[Visual Basic .NET] Public Property MapCenter As IPoint
[C#] public IPoint MapCenter {get; set;}
[C++]
HRESULT get_MapCenter(
IPoint** Center
);
[C++]
HRESULT put_MapCenter(
IPoint* Center
);
[C++]
Parameters Center [out, retval]
Center is a parameter of type IPoint Center [in]
Center is a parameter of type IPoint