Polyline2d.GetPoints Method
Parent Object: Polyline2dDescription
Method that returns the points defining the shape of the polyline.
Syntax
Polyline2d.GetPoints( Points() As Double )Parameters
Name | Type | Description |
Points | Double | Output array of Doubles that contains the coordinates of the polyline. The array contains sequential X, Y coordinates. |