Revit 2025.3 API
Failures |
Method allows to check if this instance of the accessor is currently active.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsActive()
Public Function IsActive As Boolean
public: bool IsActive()
member IsActive : unit -> bool
Return Value
BooleanTrue if this instance is currently active and can be used.
Generally, this instance is active when it is passed to any of interfaces used in the process of failure resolution,
and becomes inactive after returning control to Revit.
The only special case is if failures processor returns WaitForUserInput,
in which case document stays in the FailureMode and instance of failures accessor stays active till FailureMode is ended.
See Also