The SBCUndo Library#
This library provides the command types and grouping mechanisms behind undoable and redoable user actions in SAMSON.
Use this page when you need low-level SDK infrastructure that other extension code builds on. For class members, signatures, and exact behavior, continue from the links below into the generated API reference.
Library contents#
The SBCUndo library handles the core mechanisms for undoing and redoing actions. For developers of SAMSON Extensions, the two main classes are:
SBUndoCommand(full name:SBCUndoCommand)SBUndoCommandGroup(full name:SBCUndoCommandGroup)
Please refer to the chapter about undo and redo for more information.