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


IMapDescriptor.MapCenter Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.MapCenter Property

The center of the map.

[Visual Basic .NET]
Public Property MapCenter As IPoint
[C#]
public IPoint MapCenter {get; set;}
[C++]
HRESULT get_MapCenter(
void
);
[C++]
HRESULT put_MapCenter(
);

Product Availability

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

See Also

IMapDescriptor Interface