ArcObjects Library Reference (CadastralUI)  

ICadastralEditor.BlockUndoRedoStack Method

Add/Remove an operation to the undo/redo stack to prevent access to prior operations.

[Visual Basic .NET]
Public Sub BlockUndoRedoStack ( _
    ByVal block As Boolean _
)
[C#]
public void BlockUndoRedoStack (
    bool block
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The BlockUndoRedoStack method blocks a user access to the standard undo/redo stack when a Cadastral Edit has been initiated.

Example:  A user extracts a packet (Modifies or creates a new job) and the undo/Redo buttons on the Standard Toolbar become inactive.

See Also

ICadastralEditor Interface