|  Instance  | 
 Add a cut to an element using the unattached voids inside a cutting instance. 
 Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
 Syntax
 Syntax  public static void AddInstanceVoidCut(
	Document document,
	Element element,
	Element cuttingInstance
)Parameters
 Exceptions
 Exceptions  | Exception | Condition | 
|---|---|
| ArgumentException | The element cannot be cut with a void instance. -or- The element is not a family instance with an unattached void that can cut. | 
| ArgumentNullException | A non-optional argument was null | 
| ForbiddenForDynamicUpdateException | This method may not be called during dynamic update. | 
| InvalidOperationException | Failed to cut element with the instances | 
 See Also
 See Also