Polyline3d.PutPoints Method
Parent Object: Polyline3dDescription
Method that sets all of the coordinates of the polyline.
Syntax
Polyline3d.PutPoints( Points As Variant )Parameters
Name | Type | Description |
Points | Variant | Input Variant that defines the coordinates of the polyline. Valid input for this argument is an ObjectCollection of Point objects or an array of Double values that contains the X, Y, Z values of each coordinate. |