Gets/Sets the 3d boundary polyline

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

Syntax

C#
public Point3dCollection BoundaryPolyline3d { get; set; }
Visual Basic
Public Property BoundaryPolyline3d As Point3dCollection
	Get
	Set
Visual C++
public:
property Point3dCollection^ BoundaryPolyline3d {
	Point3dCollection^ get ();
	void set (Point3dCollection^ value);
}

Remarks

When setting the boundary, the boundary must be a closed polygon and a simple (non-intersecting) polygon

See Also