Polyline3d.GetPoints Method
Parent Object: Polyline3dDescription
Method that returns the points defining the shape of the polyline.
Syntax
Polyline3d.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, Z coordinates. |