RVTDocs.com

SetClearAfterRollback

Method
Description:
Sets a flag indicating that Revit should clear all posted failures silently when the failing transaction is being rolled back intentionally. If not set, the failures may still be displayed to the user during rollback.
Syntax
public FailureHandlingOptions SetClearAfterRollback(
	bool bFlag
)
Parameters
Parameter Type Description
bFlag System.Boolean True to clear posted failures silently if the transaction is being rolled back, false to keep these failures in place (they may be displayed to the user).
Return Value
Type Description
FailureHandlingOptions Class This FailureHandlingOptions object.