Summary
This table contains properties for rectangle descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
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. |
|
FLASHBORDER |
INTEGER |
1 if the rectangle border should flash on alarm, 0 if not. |
|
BORDERCOLORON |
INTEGER |
“On” color when border is blinking on alarm. The number must be given in RGB hexadecimal notation. |
|
BORDERCOLOROFF |
INTEGER |
“Off” color when border is blinking on alarm. The number must be given in RGB hexadecimal notation. |
|
BGCOLOR |
INTEGER |
Background color inside rectangle. The number must be given in RGB hexadecimal notation. |
|
BGPATTERN |
INTEGER |
Pattern style used for background filling. |
|
FLASHBG |
INTEGER |
1 if the rectangle background should flash on alarm, 0 if not. |
|
BGCOLORON |
INTEGER |
“On” color when background is blinking on alarm. The number must be given in RGB hexadecimal notation. |
|
BGCOLOROFF |
INTEGER |
“Off” color when background is blinking on alarm. The number must be given in RGB hexadecimal notation. |
|
FILL |
INTEGER |
1, if the inside of the rectangle should be filled according to selected atom, 0 if not. |
|
FILLCOLOR |
INTEGER |
Fill color inside rectangle. The number must be given in RGB hexadecimal notation. |
|
FILLCRITERIA |
INTEGER |
Atom chosen to decide fill level inside rectangle. |
|
FILLDIRECTION |
INTEGER |
Direction in which filling should be done. |
|
FILLPATTERN |
INTEGER |
Pattern style used for filling. |
See Also