Returns all elements joined to given element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetJoinedElements(
Document document,
Element element
)
Parameters
- document Document
-
The document containing the element.
- element Element
-
The element.
Return Value
ICollection<ElementId>
The set of elements that are joined to the given element.
Exceptions
Remarks
This functionality is not available for family documents.
See Also
Reference