Return ids of the instances with unattached voids cutting the element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetCuttingVoidInstances(
Element element
)
Parameters
- element Element
-
The element being cut
Return Value
ICollection<ElementId>
Ids of instances with unattached voids that cut this element
Exceptions
See Also
Reference