Versions Compared

Key

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

...

Public Properties

PropertyDescription
BackgroundColorBackground 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).
DisplayBackgroundColorDetermines 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.
GUIDGUID of the view display object as assigned by ER/Studio. Each view display object has a unique GUID. DATATYPE: String.
HorizontalPositionX coordinate of the view display object. DATATYPE: Integer.
HorizontalSizeWidth of the view display object. DATATYPE: Integer.
IDID of the view display object as assigned by ER/Studio. Each view display object in a diagram has a unique ID. DATATYPE: Integer.
NameName of the view object. DATATYPE: String.
NameColorNameColor 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).
NameFontFont 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.
OutlineColorOutlineColor 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).
VerticalPositionY coordinate of the entity display object. DATATYPE: Integer.
VerticalSizeHeight of the view display object. DATATYPE: Integer.
ViewFieldsColorColor 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).
ViewFieldsFontFont 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.

...