You can switch between model space and paper space.
- Set the ActiveSpace property to acPaperSpace.
ThisDrawing.ActiveSpace = acPaperSpace
- Toggle the MSpace property to FALSE.
ThisDrawing.MSpace = FALSE
When you are in paper space, AutoCAD displays the paper space user coordinate system (UCS) icon in the lower-left corner of the graphics area. The crosshairs indicate that the paper space layout area (not the views in the viewports) can be edited.