This document is archived and information here might be outdated. Recommended version. |
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
);
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.