Check whether the instance is cutting the element
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool InstanceVoidCutExists(
Element element,
Element cuttingInstance
)
Parameters
- element Element
-
The element being cut
- cuttingInstance Element
-
The cutting family instance
Return Value
Boolean
Returns true if the instance is cutting the element.
Exceptions
See Also
Reference