Form FlowsheetAdd Undo Redo Action Method
Captures a full snapshot of the current flowsheet state and pushes it onto the undo stack; clears the redo stack.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddUndoRedoAction(
IUndoRedoAction act
)VB
Public Sub AddUndoRedoAction (
act As IUndoRedoAction
)Parameters
- act IUndoRedoAction
- The undo/redo action descriptor (used for labelling; content is not stored).