C++
Acad::ErrorStatus setDragmode( Adesk::Int16 mode );
Description
Beginning with AutoCAD 2000, the DRAGMODE system variable value is no longer saved in the database. This function always returns Acad::eNotApplicable. To set this system variable for an AutoCAD session, please use the acedSetVar() function.
See the System Variables section of the AutoCAD Command Reference for information on DRAGMODE.
Parameters
Parameters | Description |
---|---|
mode | Input DRAGMODE value (must be in the range 0 to 2) |