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.