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


IPlacedObject3.AreaCentroid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.AreaCentroid Property
ArcGIS Developer Help

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