Property | Description |
---|
| Color for all attachments. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all attachments. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Background color of the entity display object. This property takes a 4-byte integer where the first byte represents a red value (0-255), the second 8-byte represents a green value (0-255), and the third byte represents a blue value (0-255). |
| Color for all data security. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all data security. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. DATATYPE: ERSFont. |
| Determines whether to use a custom background color just for this entity display object (true) or whether to use the default entity background color of the submodel (false). DATATYPE: Boolean. |
| GUID of the entity display object as assigned by ER/Studio. Each entity display object has a unique GUID. DATATYPE: String. |
| X coordinate of the entity display object. DATATYPE: Integer. |
| Width of the entity display object. DATATYPE: Integer. |
| ID of the entity display object as assigned by ER/Studio. Each entity display object in a diagram has a unique ID. DATATYPE: Integer. |
| Color for all inherited, non-keys. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all inherited, non-keys. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Color for all inherited, primary keys. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all inherited primary keys. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Name of the entity. DATATYPE: String. |
| NameColor of the entitydisplay object. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for the entity name. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Color for all non-inherited, non-keys. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all non-inherited, non-keys. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Color for all non-inherited, primary keys. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all non-inherited, primary keys. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| Color for all non-unique indexes. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all non-unique indexes. Although this property is read only, the user can modify the font by setting the properties in the ERSFont object, which is returned to the caller. |
| OutlineColor of the entitydisplay object. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Color for all PK Indexes. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). |
| Font for all PK Indexes. Although this property, itself, is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller. |
| Color for all triggers. It takes a 4 byte integer where the 1st byte represents red value (0-255), the 2nd byte is the green value (0-255), and the 3rd byte is the blue value (0-255). |
| Font for all triggers. Although this property, itself, is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller. |
| Color for all unique indexes. It takes a 4 byte integer where the 1st byte represents red value (0-255), the 2nd byte is the green value (0-255), and the 3rd byte is the blue value (0-255). |
| Font for all unique indexes. Although this property, itself, is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller. |
| This is the y coordinate of the entity display object. DATATYPE: Integer. |
| This is the y coordinate of the entity display object. (This property corrects a bug in the VerticalPosition property). DATATYPE: Integer. |
| This is the height of the entity display object. DATATYPE: Integer. |