Type |
OdInt16 |
Initial value |
2 |
Read-Only |
No |
Saved In |
Registry |
Versions |
R12+ |
The PICKADD variable controls whether subsequent selections replace the current selection set or add to it; the variable takes the following values:
Value |
Description |
0 |
The objects and subobjects most recently selected become the selection set. Previously selected objects and subobjects are removed from the selection set. Add more objects or subobjects to the selection set by pressing SHIFT while selecting. |
1 |
Each object and subobject selected, either individually or by windowing, is added to the current selection set. To remove objects or subobjects from the selection set, press the SHIFT key while selecting. |
2 |
Each object and subobject selected, either individually or by windowing, is added to the current selection set and the objects remains selected after the SELECT command. To remove objects or subobjects from the selection set, press the SHIFT key while selecting. |
Access Methods |
OdDbDatabase::getSysVar() |
OdDbDatabase::setSysVar() |
|
OdDbHostAppServices::getPICKADD() |
OdDbHostAppServices::setPICKADD() |
For example, to get the value:
For example, to set the value:
File: SysVarDefs.h
Module: API Reference
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|