Eplan Platform API
Eplan.EplApi.DataModel Namespace / UndoStep Class / DoUndo Method / DoUndo() Method

In This Topic
    DoUndo() Method
    In This Topic
    Execute the Undo action that will reverse all operations up to last CloseOpenUndo call or initialization of UndoStep object. Redo action is possible after calling this method.
    Syntax
    public void DoUndo()
    public:
    void DoUndo(); 
    See Also