Dismiss Method


IFailures Processor Dismiss 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: 25.0.0.0 (25.0.0.0)
Syntax
void Dismiss(
	Document document
)

Parameters

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