Polyline2d.PutPoints Method
Parent Object: Polyline2dDescription
Method that sets all of the coordinates of the polyline.
Syntax
Polyline2d.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 values of each coordinate. |