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


IGeometry5.CentroidEx Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IGeometry5.CentroidEx Property

The center of gravity (centroid).

[Visual Basic .NET]
Public ReadOnly Property CentroidEx As IPoint
[C#]
public IPoint CentroidEx {get;}
[C++]
HRESULT get_CentroidEx(
  IPoint** Center
);
[C++]

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

Product Availability

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

See Also

IGeometry5 Interface