Returns the relationships that involves two entities--the QBEntity and the entity represented by the ObjectID.
Syntax
set variable = QBEntity.GetCommonRelationships(ObjectID)
| Part | Description |
|---|---|
| QBEntity | An object variable that represents a entity in the domain. |
| ObjectID | The other entity that participates in one or more relationships with the QBEntity. |
Applies To