<Code Lib>
2027 Method
Changes 0
M

InstanceVoidCutUtils.GetElementsBeingCut

Description:
Return ids of the elements being cut by the instance

public static ICollection<ElementId> GetElementsBeingCut(
	Element cuttingInstance
)

  • cuttingInstance
    The cutting family instance
Return Value ICollection<ElementId> Ids of elements being cut by cuttingInstance

Loading…