Description
Constructs a polyline with the specified fit points.
C#
public PolylineCurve2d( Point2dCollection points );
Visual Basic
Public Sub New( points As Point2dCollection )
Parameters
| Parameters | Description |
|---|---|
| Point2dCollection points | Input collection of fit points |