CatchmentBoundaryPolyline3d Property

Gets/Sets the 3d boundary polyline.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point3dCollection BoundaryPolyline3d { get; set; }

Property Value

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