Returns the layout-background system-variable name for the active space.
AutoCAD stores separate background colours for model space and paper space:
true to target model space; false for the active paper-space layout.
true
false
The sysvar name string passed to AcDbSysVarManager.
layoutBackgroundSysVar(true) // MODELBKCOLORlayoutBackgroundSysVar(false) // PAPERBKCOLOR Copy
layoutBackgroundSysVar(true) // MODELBKCOLORlayoutBackgroundSysVar(false) // PAPERBKCOLOR
Returns the layout-background system-variable name for the active space.
AutoCAD stores separate background colours for model space and paper space: