IPolyline<IWorldPoint> IFactory3D.CreatePolyline(IEnumerable<IWorldPoint> points)

Create a polyline.

Parameters

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

Return Value

Returns the polyline.