2027 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
)
  • document
    The document containing the element.
  • element
    The element.
Return Value ICollection<ElementId> The set of elements that are joined to the given element.