Summary
This table contains properties for LINE descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
X1 |
INTEGER |
X-coordinate of the first end point. (Coordinates are in the range [0 ; 30000[ |
|
Y1 |
INTEGER |
Y-coordinate of the first end point. |
|
X2 |
INTEGER |
X-coordinate of the second end point. |
|
Y2 |
INTEGER |
Y-coordinate of the second end point. |
|
COLOR |
INTEGER |
Line color. The number must be given in RGB hexadecimal notation. |
|
STYLE |
INTEGER |
Windows logpen styles. See the Microsoft documentation for bit values. |
|
THICKNESS |
INTEGER |
Line thickness. |
|
FLASH |
INTEGER |
1 if the line should flash on alarm, 0 if not. |
|
COLORON |
INTEGER |
“On” color when blinking on alarm. The number must be given in RGB hexadecimal notation. |
|
COLOROFF |
INTEGER |
“Off” color when blinking on alarm. The number must be given in RGB hexadecimal notation. |
See Also