Versions Compared

Key

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

Public Methods

 ParentSchemaObj

Get the parent schema object of this schema display object. DATATYPE: Schema Object.

 RepoCheckOutStatus

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

 RepoVersionHistory

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

 Resize

Resize the schema display object to default size.

Public Properties

 BackgroundColor

This is the 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).

 DisplayBackgroundColor

This determines whether to use a custom background color just for this schema object display (true) or whether to use the default schema obj background color of the submodel (false). DATATYPE: Boolean.

 GUID

GUID of the schema display object. This GUID is assigned by ER/Studio. Each schema display object has a unique GUID. DATATYPE: String.

 HorizontalPosition

This is the x coordinate of the schema display object. DATATYPE: Integer.

 HorizontalSize

This is the width of the schema display object. DATATYPE: Integer.

 ID

ID of the schema display object. This ID is assigned by ER/Studio. Each schema display object in a diagram has a unique ID. DATATYPE: Integer.

 Name

This is the name of the schema object. DATATYPE: String.

 OutlineColor

This is the OutlineColor of the schema display object. 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).

 VerticalPosition

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

 VerticalSize

This is the height of the schema display object. DATATYPE: Integer.

Info
titleSee Also

...