Autodesk.AutoCAD.Geometry Namespace > PolylineCurve2d Class > PolylineCurve2d Constructor > PolylineCurve2d(KnotCollection, Point2dCollection) Constructor
PolylineCurve2d.PolylineCurve2d(KnotCollection, Point2dCollection) Constructor
Description

 

Constructs a polyline with the knots and point values established.

Visual Basic
Public Sub New(
    knots As KnotCollection, 
    controlPoints As Point2dCollection
)
C#
public PolylineCurve2d(
    KnotCollection knots, 
    Point2dCollection controlPoints
);
Parameters
Parameters 
Description 
KnotCollection knots 
Input knot vectors 
Point2dCollection controlPoints 
Input collection of fit points 
Links
   Comments?