Versions Compared

Key

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

Public Methods

MethodDescription

Get the parent Entity of this EntityDisplay. DATATYPE: Entity.

Get the Check Out status of this EntityDisplay object. DATATYPE: StringObjects.

Get the Version History of this EntityDisplay from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.

Resize the EntityDisplay to default size.

Public Properties

PropertyDescription

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
first byte represents red value (0-255), the
2nd
second byte is the green value (0-255), and the
3rd
third 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
first byte represents red value (0-255), the
2nd
second byte is the green value (0-255), and the
3rd
third 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

Y coordinate of the entity display object. DATATYPE: Integer.
This is the y

Y coordinate of the entity display object
. (This property corrects a bug in the VerticalPosition property)
. DATATYPE: Integer.
This is the height

Height of the entity display object. DATATYPE: Integer.
Info
titleSee Also