2025.3 Interface
Changes 0
I

IFailuresProcessor

Description:
To create your own UI or fully automated tool to process Revit Failures, derive a class from this interface.
Remarks:
To override Revit default Failures Processing UI, instantiate your own processor derived from this interface and register it in Revit application.
public interface IFailuresProcessor
Name Return Type Description
M Dismiss(Document) None This method is being called in case of exception or document destruction to dismiss any possible pending failure UI that may have left on the screen
M ProcessFailures(FailuresAccessor) FailureProcessingResult Method that Revit will invoke to process failures at the end of transaction.