Share

Parcel.Centroid Property

Gets the centroid of the parcel area.



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

Syntax

C#

public Point3d Centroid { get; }

VB

Public ReadOnly Property Centroid As Point3d
	Get

C++

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

Property Value

Point3d

See Also

Reference

Was this information helpful?