#include "ltwrappr.h"
L_BOOL LAutomation::CanRedo(void)
Determines whether or not the last automation operation in the active automation container can be redone.
Value | Meaning |
---|---|
TRUE | A redo can be performed. |
FALSE | A redo cannot be performed. |
To redo an automation operation, call LAutomation::Redo.
Required DLLs and Libraries
For an example, refer to LAutomation::Redo.