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