The AUTOMATIONSELECT enumerated type contains options for selecting objects. These options are possible values for the nSelect parameter used in function L_AutSelect.
typedef enum AUTOMATIONSELECT
{
AUTOMATION_SELECT_NONE,
AUTOMATION_SELECT_ALL
} AUTOMATIONSELECT, *pAUTOMATIONSELECT ;
Unselect all objects.
Select all objects.