AUTOMATIONMODE

typedef enum _AUTOMATION_MODE
{
   AUTOMATION_MODE_PAINT,
   AUTOMATION_MODE_VECTOR,
   AUTOMATION_MODE_ANNOTATION

} AUTOMATIONMODE, *pAUTOMATIONMODE ;

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.

 

Value

Meaning

AUTOMATION_MODE_PAINT

Digital Paint automation.

AUTOMATION_MODE_VECTOR

Vector automation.