InstanceVoidCutUtils.GetCuttingVoidInstances Method

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


Namespace: Autodesk.Revit.DB
Assembly: 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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

InstanceVoidCutUtils Class
Autodesk.Revit.DB Namespace