Share
 
 

Messages Settings in Revit.ini

In the Revit.ini file, settings in the [Messages] section control the display of various messages in the software.

Use these settings to streamline your workflow so you can continue your work without pausing to respond.

Type = integer

Valid values:

  • 0 = (default) Display a confirmation dialog. In the dialog, you can answer Yes or No. If you had earlier selected the option "Do not show me this message again," and now you want the confirmation dialog to display, set the value back to 0.
  • 6 = In the dialog, you selected the option "Do not show me this message again," and you selected Yes. Going forward, whenever you perform the same function, the dialog does not display, and Revit assumes a value of Yes.
  • 7 = In the dialog, you selected the option "Do not show me this message again," and you selected No. Going forward, whenever you perform the same function, the dialog does not display, and Revit assumes a value of No.

SuppressConfirmLevelRename

Controls the display of a dialog when you rename a level that has the exact same name as corresponding plan views.

SuppressConfirmPlanViewRename

Controls the display of a dialog when you rename a view that has the exact same name as a level and corresponding plan views.

SuppressConfirmSwapViewAndReplace

Controls the display of a dialog when you swap a view replacing another on a sheet.

SuppressForceRasterPrintingWarning

Controls the display of a dialog when you print views containing elements that will force raster processing when the view prints.

SuppressOpenMultipleViewsMessage

Example

[Messages]
SuppressConfirmLevelRename=7
SuppressConfirmPlanViewRename=6

Was this information helpful?