Share

AcDbDatabase::dragmode

C++

Adesk::Int16 dragmode() const;

Description

Beginning with AutoCAD 2000, the DRAGMODE system variable value is no longer saved in the database. This function always returns Acad::eNotApplicable. To get this system variable for an AutoCAD session, please use the acedGetVar() function.

See the System Variables section of the AutoCAD Command Reference for information on DRAGMODE.

Links

AcDbDatabase Class

Was this information helpful?