ArcObjects Library Reference (Carto)  

IPlacedObject3.AreaCentroid Property

The centroid of the polygon shape.

[Visual Basic .NET]
Public ReadOnly Property AreaCentroid As WKSPoint
[C#]
public WKSPoint AreaCentroid {get;}
[C++]
HRESULT get_AreaCentroid(
  _WKSPoint* bestLabelPt
);
[C++]

Parameters

bestLabelPt [out, retval]

  bestLabelPt is a parameter of type _WKSPoint

Product Availability

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

See Also

IPlacedObject3 Interface