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

Compare with Current View Page History

« Previous Version 4 Current »

Public Methods

MethodDescription
ParentRelationshipGet the parent Relationship of this RelationshipDisplay. DATATYPE: Relationship.
RepoCheckOutStatusGet the Check Out status of this RelationshipDisplay object. DATATYPE: StringObjects.
RepoVersionHistoryGet the Version History of this RelationshipDisplay from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects.

Public Properties

PropertyDescription
ColorColor of the relationship display object. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte represents green value (0-255), and the third byte represents blue value (0-255).
ElbowPositionRelationship elbow position or the position of the middle line segment when the relationship is drawn in rectilinear line mode. DATATYPE: Integer.
GUIDGUID of the relationship display object as assigned by ER/Studio. Each relationship display object has a unique GUID. DATATYPE: String.
HorizontalBusinessNameOffsetX coordinate of the business name. DATATYPE: Integer.
HorizontalInverseOffsetX coordinate of the inverse verb. DATATYPE: Integer.
HorizontalNameOffsetX coordinate of the name. DATATYPE: Integer.
HorizontalVerbOffsetX coordinate of the verb. DATATYPE: Integer.
IDID of the relationship display object as assigned by ER/Studio. Each relationship display object in a diagram has a unique ID. DATATYPE: Integer.
VerticalBusinessNameOffsetY coordinate of the business name. DATATYPE: Integer.
VerticalInverseOffsetY coordinate of the inverse verb. DATATYPE: Integer.
VerticalNameOffsetY coordinate of the name. DATATYPE: Integer.
VerticalVerbOffsetY coordinate of the verb. DATATYPE: Integer.
  • No labels