Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Undo.PerformRedo

static function PerformRedo(): void;
static void PerformRedo();
static def PerformRedo() as void

Description

Perform an Redo operation.

This performs a redo operation. It is the same as clicking on the Edit->Redo menu. See Also: PerformUndo.