Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
AttachmentsColorColor 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).
AttachmentsFontFont 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.
BackgroundColorBackground 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).
DataSecurityColorColor 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).
DataSecurityFontFont 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.
DisplayBackgroundColorDetermines 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.
GUIDGUID of the entity display object as assigned by ER/Studio. Each entity display object has a unique GUID. DATATYPE: String.
HorizontalPositionX coordinate of the entity display object. DATATYPE: Integer.
HorizontalSizeWidth of the entity display object. DATATYPE: Integer.
IDID of the entity display object as assigned by ER/Studio. Each entity display object in a diagram has a unique ID. DATATYPE: Integer.
InheritedNonKeysColorColor 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).
InheritedNonKeysFontFont 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.
InheritedPrimaryKeysColorColor 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).
InheritedPrimaryKeysFontFont 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 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 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 triggers. 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 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 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.

Y coordinate of the entity display object. DATATYPE: Integer.

Y coordinate of the entity display object. DATATYPE: Integer.

Height of the entity display object. DATATYPE: Integer.

...