<Code Lib>
2027 Method
Changes 0
M

InstanceVoidCutUtils.GetCuttingVoidInstances

Description:
Return ids of the instances with unattached voids cutting the element.

public static ICollection<ElementId> GetCuttingVoidInstances(
	Element element
)

  • element
    The element being cut
Return Value ICollection<ElementId> Ids of instances with unattached voids that cut this element

Loading…