Share

Polyline2d.PutPoints Method

Parent Object: Polyline2d

Description

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.

Version

Introduced in version 2009

Was this information helpful?