Checks if resolution of the failures by deleting failure elements is permitted.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public bool IsElementsDeletionPermitted() |
| Visual Basic |
|---|
Public Function IsElementsDeletionPermitted As Boolean |
| Visual C++ |
|---|
public: bool IsElementsDeletionPermitted() |
Return Value
True if resolution of the failures by deleting failure elements is permitted.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |