You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Public Methods

MethodDescription
CollapseCollapse this BusinessDataObject display object.
ExpandExpand this BusinessDataObject display object.
RepoCheckOutStatusGet the Check Out status of this BusinessDataObjectDisplay object. DATATYPE: StringObjects.
RepoVersionHistoryGet the Version History of this BusinessDataObject display object from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.
ResizeResize the BusinessDataObject display to default size.

Public Properties

PropertyDescription
BackgroundColorThe background color of the BusinessDataObject display 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).
DisplayBackgroundColorThis 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.
GUIDGUID of the BusinessDataObject display object. This GUID is assigned by ER/Studio. Each BusinessDataObject display object has a unique GUID. DATATYPE: String.
HorizontalPositionThis is the x coordinate of the BusinessDataObject display object. DATATYPE: Integer.
HorizontalSizeThis is the width of the BusinessDataObject display object. DATATYPE: Integer.
IDID of the BusinessDataObject display object. This ID is assigned by ER/Studio. Each BusinessDataObject display object in a diagram has a unique ID. DATATYPE: Integer.
LogicalNameThis is the logical name of the BusinessDataObject object. DATATYPE: String.
NameColorColor for the name. 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, itself, is read only, the user can modify the font by setting the properties in the ERSFont object which is returned to the caller.
OutlineColorThis is the OutlineColor of the BusinessDataObject display 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).
PhysicalNameThis is the physical name of the BusinessDataObject object. DATATYPE: String.
VerticalPositionThis is the y coordinate of the BusinessDataObject display object. DATATYPE: Integer.
VerticalSizeThis is the height of the BusinessDataObject display object. DATATYPE: Integer.

See Also

  • No labels