The AUTOMATIONMODE enumerated type contains options for the current automation mode. These options are possible values for the nMode parameter used in function L_AutCreate.
typedef enum _AUTOMATION_MODE
{
AUTOMATION_MODE_PAINT,
AUTOMATION_MODE_VECTOR,
AUTOMATION_MODE_ANNOTATION
} AUTOMATIONMODE, *pAUTOMATIONMODE;
Digital Paint automation.
Vector automation.
Reserved for future use.