Versions Compared

Key

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

Public Methods

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

Public Properties

PropertyDescription

Background color of the view 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).

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

GUID of the view display object as assigned by ER/Studio. Each view display object has a unique GUID. DATATYPE: String.

X coordinate of the view display object. DATATYPE: Integer.

Width of the view display object. DATATYPE: Integer.

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

Name of the view object. DATATYPE: String.

NameColor of the Viewdisplay 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 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.

OutlineColor of the viewdisplay 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).

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

Height of the view display object. DATATYPE: Integer.

Color for all view fields. 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 view fields. 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.
Info
titleSee Also