Share

Catchment.BoundaryPolyline3d Property

Gets/Sets the 3d boundary polyline.



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

Syntax

C#

public Point3dCollection BoundaryPolyline3d { get; set; }

VB

Public Property BoundaryPolyline3d As Point3dCollection
	Get
	Set

C++

public:
property Point3dCollection^ BoundaryPolyline3d {
	Point3dCollection^ get ();
	void set (Point3dCollection^ value);
}

Property Value

Point3dCollection

Remarks

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

See Also

Reference

Was this information helpful?