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 (); }