Polyline3d.Polyline3d() Constructor

Visual Basic
Public Sub New()
Public Sub New(
    type As Autodesk.AutoCAD.DatabaseServices.Poly3dType, 
    vertices As Point3dCollection, 
    closed As [MarshalAs(UnmanagedType.U1)] bool
)
C#
public Polyline3d();
public Polyline3d(
    Autodesk.AutoCAD.DatabaseServices.Poly3dType type, 
    Point3dCollection vertices, 
    [MarshalAs(UnmanagedType.U1)] bool closed
);
Description

 

Default constructor. Constructs an open polyline with the type initialized to SimplePoly.

Links