C++
Acad::ErrorStatus setTilemode( bool mode );
Description
Sets mode to be the TILEMODE value for the database. The value of false is 0. The value of true is 1.
See the System Variables section of the AutoCAD Command Reference for information on TILEMODE.
Returns Acad::eOk if successful. Returns Acad::eInvalidContext when invoked while the current document is editing a block (BLOCKEDITOR=1) where the new tile mode is different than the current tile mode.
Parameters
Parameters | Description |
---|---|
mode | Input Boolean representing the TILEMODE value |