C++
Acad::ErrorStatus acedMspace();
File
aced.h
Description
When called in a layout, this function switches the editor to model space.
Returns Acad::eOk if successful, or if the editor is already in model space. Returns Acad::eInvalidInput if TILEMODE is set to 1, or if there is no current drawing. Returns Acad::eCannotChangeActiveViewport if no on-screen viewports are available for switching.