ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.TrueCentroid Property

The true centroid of the geometry object.

[Visual Basic .NET]
Public ReadOnly Property TrueCentroid As String
[C#]
public string TrueCentroid {get;}
[C++]
HRESULT get_TrueCentroid(
  BSTR* Centroid
);
[C++]

Parameters

Centroid [out, retval]   Centroid is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeGeometry Interface