Gets the centroid of the parcel area.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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 (); }