ProCad Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. ProCad.Editing.Undo
    4. ICadUndoRedoService

    ICadUndoRedoService Interface

    Definition

    Namespace ProCad.Editing.Undo
    Assembly ProCad.Editing.dll
    Derived ProCad.Editing.Undo.CadUndoRedoService
    View source
    public interface ICadUndoRedoService
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (2)

    RedoDepth
    UndoDepth

    Methods (9)

    Clear()
    GetUndoUnits()
    Record(CadOperationBatch, CadOperationBatch, CadUndoRecordOptions?)
    TryPopRedo(out CadOperationBatch)
    TryPopRedoUnit(out CadUndoUnit)
    TryPopRedoUnit(Func<CadUndoUnit, Boolean>, out CadUndoUnit)
    TryPopUndo(out CadOperationBatch)
    TryPopUndoUnit(out CadUndoUnit)
    TryPopUndoUnit(Func<CadUndoUnit, Boolean>, out CadUndoUnit)

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages