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

In This Topic
    DoUndo(Boolean) Method
    In This Topic
    Execute the Undo action that will reverse all operations up to last CloseOpenUndo call or initialization of UndoStep object.
    Syntax
    public void DoUndo( 
       bool bNoRedo
    )
    public:
    void DoUndo( 
       bool bNoRedo
    ) 

    Parameters

    Parameter NameDescription
    bNoRedoIf false, Redo action is not possible after calling this method.
    See Also