AcadPreferencesSystemClassShowWarningMessages Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual bool ShowWarningMessages { get; set; }
Public Overridable Property ShowWarningMessages As Boolean
Get
Set
public:
virtual property bool ShowWarningMessages {
bool get ();
void set (bool value);
}
abstract ShowWarningMessages : bool with get, set
override ShowWarningMessages : bool with get, set
Property Value
Type:
Boolean
Implements
IAcadPreferencesSystemShowWarningMessages
See Also