C++
Acad::ErrorStatus setAttmode( Adesk::Int16 mode );
Description
Sets mode to be the ATTMODE value for the database.
See the System Variables section of the AutoCAD Command Reference for information on ATTMODE.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
mode | Input desired ATTMODE system variable value (must be in the range 0 to 2) |