<Code Lib>
M

AnalyticalToPhysicalAssociationManager.GetAssociatedElementIds

Description:
Returns ids of the elements which are in association with the element with the given ElementId.

public ISet<ElementId> GetAssociatedElementIds(
	ElementId elementId
)

  • elementId
    Element id for which we want to get the associated elements.
Return Value ISet<ElementId> Ids of the associated elements.

Loading…