DSC_POLYGON table

 images\btn_mini.gif  Notation

Summary

This table contains properties for polygon descriptors.

Field name

SQL type

Description

DESCINDEX

INTEGER

Unique number of the descriptor.

VERTICES

INTEGER

Number of vertices in the polygon. See the VERTEX table for coordinates.

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 polygon 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 polygon.

The number must be given in RGB hexadecimal notation.

BGPATTERN

INTEGER

Pattern style used for background filling.

FLASHBG

INTEGER

1 if the polygon 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 polygon should be filled according to selected atom, 0 if not.

FILLCOLOR

INTEGER

Fill color inside polygon.

The number must be given in RGB hexadecimal notation.

FILLCRITERIA

INTEGER

Atom chosen to decide fill level inside polygon.

FILLDIRECTION

INTEGER

Direction in which filling should be done.
1 = to the left
2 = to the right
3 = upwards
4 = downwards

FILLPATTERN

INTEGER

Pattern style used for filling.


 
See Also