Public Methods

MethodDescription
ParentEntityGet the parent Entity of this EntityDisplay. DATATYPE: Entity.
RepoCheckOutStatusGet the Check Out status of this EntityDisplay object. DATATYPE: StringObjects.
RepoVersionHistoryGet the Version History of this EntityDisplay from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.
ResizeResize the EntityDisplay to default size.

Public Properties

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.
NameName of the entity. DATATYPE: String.
NameColorNameColor 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).
NameFontFont 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.
NonInheritedNonKeysColorColor 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).
NonInheritedNonKeysFontFont 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.
NonInheritedPrimaryKeysColorColor 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).
NonInheritedPrimaryKeysFontFont 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.
NonUniqueIndexesColor 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).
NonUniqueIndexesFontFont 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.
OutlineColorOutlineColor 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).
PKIndexesColorColor 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).
PKIndexesFontFont 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.
TriggersColorColor 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).
TriggersFontFont 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.
UniqueIndexesColorColor 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).
UniqueIndexesFontFont 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.
VerticalPositionY coordinate of the entity display object. DATATYPE: Integer.
VerticalPositionExAlternate. Y coordinate of the entity display object. DATATYPE: Integer.
VerticalSizeHeight of the entity display object. DATATYPE: Integer.