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