POLYLINE Function

Returns a polyline. This function is used in the A cell of PolyLineTo geometry rows.

Syntax

POLYLINE(xType, yType, x1, y1...)

Remarks

For every x argument, there must be a y argument, otherwise an error is returned.

Example

POLYLINE (0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0)

Returns a rectangle using Width x Height.