API Help
Eplan.EplApi.DataModel Namespace / UndoStep Class / DoUndo Method / DoUndo(Boolean) Method
If false Redo action is not possible after call this method.

In This Topic
DoUndo(Boolean) Method
In This Topic
Make Undo action - reverse all operations up to last CloseOpenUndo call or initalization of UndoStep object.
Syntax
public void DoUndo( 
   bool bNoRedo
)

Parameters

bNoRedo
If false Redo action is not possible after call this method.
See Also