IModelElement.GetRelationship Method
Include Protected Members
Include Inherited Members
Returns the specified relationship.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetRelationship<TFrom, TTo>(ModelRelationshipClass) | Returns a relationship where the two related elements are of the specified types. | |
GetRelationship(ModelRelationshipClass) | Returns the requested relationship by using the provided metadata. |
Top