WindowOverlayLinesOptions.ElementType Property

Top 

Description

The type of line elements to be drawn. Lines are defined by 2 points, LineStrip is a connected strip of lines where shared interior points need not be defined twice (N+1 defined vertices yields N lines), and LineLoop is similar to LineStrip but combines the last point with the first point (N defined vertices yields N lines).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Lines )

Valid Values:

Value

Label

0

Lines

1

LineStrip

2

LineLoop

 

Syntax

myVariable1 = myWindowOverlayLinesOptions1.ElementType;

 

myWindowOverlayLinesOptions1.ElementType = myVariable1;

 

See also

WindowOverlayLinesOptions Object