FailureHandlingOptions.SetForcedModalHandling
Description:
Sets a flag indicating whether Revit will show a modal (blocking) error dialog if the transaction failed to finish.
Sets a flag indicating whether Revit will show a modal (blocking) error dialog if the transaction failed to finish.
public FailureHandlingOptions SetForcedModalHandling(
bool bFlag
)
-
BooleanbFlagTrue to force Revit to use a modal error dialog, false to allow a non-blocking dialog for warnings resulting from this transaction.