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


IGpDescribeGeometry.TrueCentroid Property (ArcObjects .NET 10.5 SDK)
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