You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Public Methods
Method | Description |
---|
ParentRelationship | Get the parent Relationship of this RelationshipDisplay. DATATYPE: Relationship. |
RepoCheckOutStatus | Get the Check Out status of this RelationshipDisplay object. DATATYPE: StringObjects. |
RepoVersionHistory | Get the Version History of this RelationshipDisplay from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
Public Properties
Property | Description |
---|
| Color 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). |
| Relationship elbow position or the position of the middle line segment when the relationship is drawn in rectilinear line mode. DATATYPE: Integer. |
| GUID of the relationship display object as assigned by ER/Studio. Each relationship display object has a unique GUID. DATATYPE: String. |
| X coordinate of the business name. DATATYPE: Integer. |
| X coordinate of the inverse verb. DATATYPE: Integer. |
| X coordinate of the name. DATATYPE: Integer. |
| X coordinate of the verb. DATATYPE: Integer. |
| ID of the relationship display object as assigned by ER/Studio. Each relationship display object in a diagram has a unique ID. DATATYPE: Integer. |
| Y coordinate of the business name. DATATYPE: Integer. |
| Y coordinate of the inverse verb. DATATYPE: Integer. |
| Y coordinate of the name. DATATYPE: Integer. |
| Y coordinate of the verb. DATATYPE: Integer. |