Share

Catchment.BoundaryPolyline2d Property

Gets the 2d boundary polyline.



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

Syntax

C#

public Point2dCollection BoundaryPolyline2d { get; }

VB

Public ReadOnly Property BoundaryPolyline2d As Point2dCollection
	Get

C++

public:
property Point2dCollection^ BoundaryPolyline2d {
	Point2dCollection^ get ();
}

Property Value

Point2dCollection

See Also

Reference

Was this information helpful?