Share

InstanceVoidCutUtils.InstanceVoidCutExists Method

Check whether the instance is 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 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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?