PICKAUTO System Variable — GstarCAD 2027
PICKAUTO System Variable
Function Description: Used in conjunction with lasso selection to control the automatic window selection of object selection. Users can also use this system variable to control the opening and closing of the lasso.
Type: Bit Code
Save Location: Registry
Initial Value: 5
Range: -7 to 7
Specific List Explanation:
| Value | Explanation |
| -7\~-1 | Point selection, only the value is stored, and the value is not effective. |
| 0 | Point selection, turns off automatic window selection and crossing selection. |
| 1 | If the cursor is not on an object when clicking, it will start window or crossing selection. If the cursor is on an object when clicking, the object will be directly selected, and the selection will end. |
| 2 | Even if the cursor is on an object, window or crossing selection will start, and after the object is selected, you can continue to select. |
| 4 | If the cursor is not on an object when clicking and dragging, it will start window or crossing lasso selection. If the cursor is on an object when clicking and dragging, the object will be directly selected, and the selection will end. |
Note: To specify multiple options, enter the sum of the bit code values. For example, entering 5 can indicate options for bit code 1 and bit code 4.