Centroid Property

Gets the centroid of the parcel area.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public Point3d Centroid { get; }

Visual Basic

Public ReadOnly Property Centroid As Point3d
	Get

Visual C++

public:
property Point3d Centroid {
	Point3d get ();
}

See Also