Revit 2026 API
UISave |
Identifies if UI should show an overwrite warning dialog.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowOverwriteWarning { get; set; }
Public Property ShowOverwriteWarning As Boolean Get Set
public: property bool ShowOverwriteWarning { bool get (); void set (bool value); }
member ShowOverwriteWarning : bool with get, set
Property Value
BooleanTrue if the UI should show a warning dialog prompting the user to overwrite a file if it exists, False if it should not. Default is false.
See Also