version 2004 (Modified)
DR GET GLOBAL PREFERENCES (write; read{; selection{; grid{; horLock{; vertLock}}}})
| Parameter | Type | Description | |
| write | Integer | Location to which to write | |
| 0=Client, 1=Server | |||
| read | Integer | Location from which to read | |
| 0=Client, 1=Server | |||
| selection | Integer | Object selection | |
| 1=Included objects, 2=Touched objects | |||
| grid | Integer | Default activation of grid | |
| 1=Grid disabled, 2=Grid enabled | |||
| horLock | String | Horizontal lock key | |
| vertLock | String | Vertical lock key |
Description
The DR GET GLOBAL PREFERENCES command allows getting the current value for several global options that are used in all 4D Draw areas.
For more information about these options and their values, refer to the description of the DR SET GLOBAL PREFERENCES command.
See Also