Revit 2025.3 API
Failure |
Retrieves number of resolutions that can be used to resolve failure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int GetNumberOfResolutions()
Public Function GetNumberOfResolutions As Integer
public: int GetNumberOfResolutions()
member GetNumberOfResolutions : unit -> int
Return Value
Int32Number of resolutions that can be used to resolve failure

Exception | Condition |
---|---|
InvalidOperationException | This FailureMessageAccessor has not been properly initialized. |

If number of resolutions is zero, the failure cannot be resolved. If severity of the failure is Warning,
it can be deleted. Otherwise, the only option is to cancel current operation and roll back the transaction
See Also