IFailuresProcessorDismiss Method

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void Dismiss(
	Document document
)

Parameters

document  Document
Document for which pending failures processing UI should be dismissed
See Also