This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralEditor Interface > ICadastralEditor.BlockUndoRedoStack Method (ArcObjects .NET 10.5 SDK) |
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.