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


IGeometry5.CentroidEx Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometry5 Interface > IGeometry5.CentroidEx Property
ArcGIS Developer Help

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