Autodesk.AutoCAD.GraphicsInterface Namespace > Polyline Class > Polyline Constructor > Polyline(Point3dCollection, Vector3d, IntPtr) Constructor
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
   Comments?