Defines if the coordinates are used to define a series of individual lines or a connected set of lines (line strip). If individual lines are drawn (this property is false), each pair of coordinates define a single line. If a line strip is drawn (this property is true), the first pair of coordinates define the first line and the third coordinate defines a line that connects to the second coordinate. The fourth coordinate creates a line connecting to the third coordinate, and so on.
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
|
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
|