An XML tag.
| Property |
Type |
Access |
Description |
| id |
Long |
read |
A unique number identifying the object. |
| index |
Long |
read |
Index of the object within its parent object. |
| label |
String |
r/w |
A label that can be set to any string. |
| name |
String |
r/w |
The name of the object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| tagColor |
Array of 3 Reals (0 – 255), UIColors enumeration (see table at end of chapter) |
r/w |
The color of the tag as Array of 3 Doubles (0 – 255) or idUIColors enumerator. |