Creates a transient 2D polyline using an array of floating point values that specify the X, Y coordinates for each point.
This is a static method.
|
This is a static method.
|
Type | Description |
Polyline2D | Returns the created Polyline2D object. |
Name | Type | Description |
pointCoordinates | double[] | An array of floating point values that define the X, Y coordinates of each point in the polyline. |