MarkerAPICreateUndoRedoManagerT Method |
Creates an undo-redo manager.
Namespace: RAYLASE.MarkerAssembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.20.0
Syntaxpublic IUndoRedoManager<T> CreateUndoRedoManager<T>()
Type Parameters
- T
- The type of the memento.
Return Value
IUndoRedoManagerTA new instance of undo-redo manager
See Also