| NAME |
String |
Name of the element. |
| KIND |
Integer |
Code of the element type. |
| |
|
See ER Entities or ER Relationships for a list of valid kinds. |
| NPOS |
Point |
Center X/Y position of the node. |
| SIZE |
Point |
Width and height of the surrounding rectangle of the node. |
| TXTSIZE |
Point |
Size of the name of the element. |
| TXTPOS |
Point |
X/Y position of the name of the element. |
| MAINTENANCE_S |
String |
Setting for node maintenance. |
| MAINTENANCE |
Integer |
Code for node maintenance. |
| Code |
Short |
Maintenance description |
| 1 |
U |
No automatic maintenance. |
| 2 |
L |
Automatic maintenance for the diagram internal connections. |
| 3 |
C |
Automatic maintenance for connections of the complete model. |
| DISPENT |
Integer |
Parameter entity must be ERDEntity!
Code for entity display (choose multiple entries by using bitwise OR). |
| |
Code |
Displayed item |
| |
1 |
Long name |
| |
2 |
Short name |
| |
4 |
Icon |
| DISPATTR |
Integer |
Parameter entity must be ERDEntity!
Code for attribute display (choose multiple entries by using bitwise OR). |
| |
Code |
Displayed description |
| |
1 |
Display primary attributes |
| |
2 |
Display foreign attributes |
| |
4 |
Display local Not Null attributes |
| |
8 |
Display local Null attributes |
| |
16 |
Display attribute property (P, F, NN, N) |
| |
32 |
Display attribute long name |
| |
64 |
Display attribute short name |
| |
128 |
Display attribute dataelement |
| |
256 |
Display attribute type of default target system |
| ATTRPOS |
Point |
Center X/Y position of the attribute display. |