Return ids of the elements being cut by the instance
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetElementsBeingCut(
Element cuttingInstance
)
Parameters
- cuttingInstance Element
-
The cutting family instance
Return Value
ICollection<ElementId>
Ids of elements being cut by cuttingInstance
Exceptions
See Also
Reference