SetAutomationEventList method
Implementation
void SetAutomationEventList(
AutomationEventListD list,
) => run(
() => 'SetAutomationEventList($list)',
() => rl.Core.SetAutomationEventList(
_refAutomationEventList1(list),
),
);
void SetAutomationEventList(
AutomationEventListD list,
) => run(
() => 'SetAutomationEventList($list)',
() => rl.Core.SetAutomationEventList(
_refAutomationEventList1(list),
),
);