Share

Polyline3d.Polyline3d() Constructor

Description

Default constructor.

Constructs an open polyline with the type initialized to SimplePoly.

C#

public Polyline3d();
public Polyline3d(
    Poly3dType type, 
    Point3dCollection vertices, 
    [MarshalAs(UnmanagedType.U1)] bool closed
);

Visual Basic

Public Sub New()
Public Sub New(
    type As Poly3dType, 
    vertices As Point3dCollection, 
    closed As [MarshalAs(UnmanagedType.U1)] bool
)

Links

Polyline3d Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?