IPolyline<IPoint> IFactory2D.CreatePolyline(IEnumerable<IPoint> points)

Creates a polyline.

Parameters

  • points
    Type: IEnumerable<IPoint>
    The points constituting the polyline.

Return Value

Returns the polyline.