AnalyticalToPhysicalAssociationManager.GetAssociatedElementIds
Method
Description:
Returns ids of the elements which are in association with the element with the given ElementId.
Returns ids of the elements which are 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 elements. |
Return Value
Type | Description |
---|---|
ISet | Ids of the associated elements. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |