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.RevertAllDownToGroup

static function RevertAllDownToGroup(group: int): void;
static void RevertAllDownToGroup(int group);
static def RevertAllDownToGroup(group as int) as void

Description

Performs all undo operations up to the group index without storing a redo operation in the process.

See Also: Undo.GetCurrentGroup.