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