Eplan Platform API
Eplan.EplApi.DataModel Namespace / UndoStep Class / CloseOpenUndo Method

In This Topic
    CloseOpenUndo Method
    In This Topic
    Close and open Undo protocol. Call this method to mark step in Undo action list.
    Syntax
    public void CloseOpenUndo()
    public:
    void CloseOpenUndo(); 
    Remarks
    Note that after using this method calling DoUndo(Boolean) will reverse all operations up to this call.
    See Also