RVTDocs.com

InstanceVoidCutUtils.IsVoidInstanceCuttingElement

Method
Description:
Indicates if the element is a family instance with unattached voids that can cut other elements.
Remarks:
A family instance can cut if the family has unattached voids and the family's parameter "Cut with Voids When Loaded" is checked.
Syntax
public static bool IsVoidInstanceCuttingElement(
	Element element
)
Parameters
Parameter Type Description
element Element The cutting family instance
Return Value
Type Description
Boolean Returns true if the element is a family instance with unattached voids that can cut other elements.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null