Sets or returns whether the IntelliCAD window should be maximized on startup.
Syntax
BooleanVariable = object.object.MaxIntelliCADWindow = <Boolean>
Where:
BooleanVariable determines whether the window is maximized (True) or not (False).
object is the ApplicationPreferences object.
Examples ...