version 6.0
DR SET HANDLE STATE (area; scope; action)
| Parameter | Type | Description | |
| area | Longint | 4D Draw area | |
| scope | Longint | -1 = All objects, 0 = Selected objects, >0 = ID | |
| action | Integer | 1 = Show, 0 = Hide |
Description
The command DR SET HANDLE STATE allows you to determine whether the selection handles for the objects in scope are visible or not. Selection handles are the black squares that appear around the object when it is selected, allowing you to resize the object.
If action equals 1, the object's handles will be visible. If action equals 0, the object's handles will be invisible.
The state of the handles is stored even after you quit the database.