Polyline.Polyline(Point3dCollection, Vector3d, IntPtr) Constructor

Description

Constructor.

Visual Basic

Public Sub New(
    pPoints As Point3dCollection, 
    normal As Vector3d, 
    pBaseSubEntMarker As IntPtr
)

C#

public Polyline(
    Point3dCollection pPoints, 
    Vector3d normal, 
    IntPtr pBaseSubEntMarker
);

Parameters

Parameters Description
Point3dCollection pPoints A list of points
Vector3d normal Input normal.
IntPtr pBaseSubEntMarker Subentity marker for first segment.

Links

Polyline Class, Autodesk.AutoCAD.GraphicsInterface Namespace