AnalyticalToPhysicalAssociationManager.GetAssociatedElementId
Method
Description:
Returns id of the element which is in association with the element with the given ElementId.
Returns id of the element which is in association with the element with the given ElementId.
Parameters
Parameter | Type | Description |
---|---|---|
elementId | ElementId | Element id for which we want to get the associated element. |
Return Value
Type | Description |
---|---|
ElementId | Id of the associated element. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |