Description
Default constructor.
Constructs an open polyline with linetype generation off and initializes the start and end widths to 0.0, the bulge to 0.0, the elevation to 0.0, the type to SimplePoly, the normal to (0,0,1), and the thickness to 0.0.
C#
public Polyline2d(); public Polyline2d( Poly2dType type, Point3dCollection vertices, double elevation, [MarshalAs(UnmanagedType.U1)] bool closed, double startWidth, double endWidth, DoubleCollection bulges );
Visual Basic
Public Sub New() Public Sub New( type As Poly2dType, vertices As Point3dCollection, elevation As double, closed As [MarshalAs(UnmanagedType.U1)] bool, startWidth As double, endWidth As double, bulges As DoubleCollection )
Links
Polyline2d Class, Autodesk.AutoCAD.DatabaseServices Namespace