Public Methods
Method | Description |
---|---|
Add | Creates a new RelationshipDisplay from the Relationship identified by the given ID, and then returns the new RelationshipDisplay. PARAMETERS: RelationshipID (Integer). |
Remove | Deletes a RelationshipDisplay object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a RelationshipDisplay object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of RelationshipDisplay objects in the collection. DATATYPE: Integer. |
Item | Returns a RelationshipDisplay object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also