Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
DRAGMODE
Syntax
C++
OdInt16 DRAGMODE;
Type
OdInt16
Initial value
2
Range
0 ... 2
Read-Only
No
Saved In
Registry
Versions
R12+

 

DRAGMODE controls the display of dragged objects. This includes both objects being moved from place to place, as well as objects being created; e.g., Circles. 

 

Value
Mode
Description
0
Off
Never displays dragged objects.
1
On
Displays dragged objects if and only if "drag" is entered at the command line while dragging.
2
Auto
Always displays dragged objects.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbHostAppServices::getDRAGMODE()
OdDbHostAppServices::setDRAGMODE()

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.