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


ICenterAndScale.Center Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICenterAndScale.Center Property

The center of the map.

[Visual Basic .NET]
Public Property Center As IPoint
[C#]
public IPoint Center {get; set;}
[C++]
HRESULT get_Center(
  IPoint** Center
);
[C++]
HRESULT put_Center(
  IPoint* Center
);
[C++]

Parameters Center [out, retval]
Center is a parameter of type IPoint Center [in]
Center is a parameter of type IPoint

Product Availability

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

See Also

ICenterAndScale Interface