Versions Compared

Key

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

Public Methods

MethodDescription

 Collapse

Collapse this BusinessDataObject display object.

 Expand

Expand this BusinessDataObject display object.

 RepoCheckOutStatus

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

 RepoVersionHistory

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

 Resize

Resize the BusinessDataObject display to default size.

Public Properties

MethodDescription

 BackgroundColor

The background

Background color of the BusinessDataObject display object. 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).

 DisplayBackgroundColor

This determines

Determines whether to use a custom background color

just

for this BusinessDataObject display object (true) or whether to use the default background color of the submodel (false). DATATYPE: Boolean.

 GUID

GUID of the BusinessDataObject display object

. This GUID is

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

 HorizontalPosition

This is the x

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

 HorizontalSize

This is the width

Width of the BusinessDataObject display object. DATATYPE: Integer.

 
ID

ID of the BusinessDataObject display object

. This ID is

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

 LogicalName

This is the logical

Logical name of the BusinessDataObject object. DATATYPE: String.

 NameColor

Color for the name. 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).

 NameFont

Font for the name. 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.

 OutlineColor

This is the

OutlineColor of the BusinessDataObject display object. 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).

 PhysicalName

This is the physical

Physical name of the BusinessDataObject object. DATATYPE: String.

 VerticalPosition

This is the y

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

 VerticalSize

This is the height

Height of the BusinessDataObject display object. DATATYPE: Integer.

Info
titleSee Also

...