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