Returns ids of the elements which are in association with the element with the given ElementId.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ISet<ElementId> GetAssociatedElementIds(
ElementId elementId
)
Parameters
- elementId ElementId
-
Element id for which we want to get the associated elements.
Return Value
ISet<ElementId>
Ids of the associated elements.
Exceptions
See Also
Reference