CatchmentBoundaryPolyline3d Property |
Gets/Sets the 3d boundary polyline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection BoundaryPolyline3d { get; set; }
Public Property BoundaryPolyline3d As Point3dCollection
Get
Set
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