Identifies if UI should show an overwrite warning dialog.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016
Syntax
| C# |
|---|
public bool ShowOverwriteWarning { get; set; } |
| Visual Basic |
|---|
Public Property ShowOverwriteWarning As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowOverwriteWarning { bool get (); void set (bool value); } |