Checks if resolution of the failures by deleting failure elements is permitted.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsElementsDeletionPermitted()
Return Value
BooleanTrue if resolution of the failures by deleting failure elements is permitted.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |
