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