Verifies if the cutting element can add a solid cut to the target element. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2011 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- cuttingElement
-  Type:  Autodesk.Revit.DB Element  
 The cutting element.
- cutElement
-  Type:  Autodesk.Revit.DB Element  
 The element to be cut.
- reason
-  Type:  Autodesk.Revit.DB CutFailureReason   %  
 The reason that the cutting element cannot add a solid cut to the cut element.
Return Value
True if the cutting element can add a solid cut to the target element, false otherwise.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL | 
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |