<Code Lib>
2021 Method
Changes 0
M

JoinGeometryUtils.GetJoinedElements

Description:
Returns all elements joined to given element.
Remarks:
This functionality is not available for family documents.

public static ICollection<ElementId> GetJoinedElements(
	Document document,
	Element element
)

Return Value ICollection<ElementId> The set of elements that are joined to the given element.

Loading…