2024 Method
Changes 0
M

JoinGeometryUtils.SwitchJoinOrder

Description:
Reverses the order in which two elements are joined.
Remarks:
The cutting element becomes the cut element and vice versa after the join order is switched. This functionality is not available for family documents.
public static void SwitchJoinOrder(
	Document document,
	Element firstElement,
	Element secondElement
)