Revit 2026 API
Failures |
Checks if resolution of the failures by deleting failure elements is permitted.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsElementsDeletionPermitted()
Public Function IsElementsDeletionPermitted As Boolean
public: bool IsElementsDeletionPermitted()
member IsElementsDeletionPermitted : unit -> bool
Return Value
BooleanTrue if resolution of the failures by deleting failure elements is permitted.
| Exception | Condition |
|---|---|
| InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |
See Also