This document is archived and information here might be outdated.  Recommended version.


IWorkspaceEdit.DisableUndoRedo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEdit.DisableUndoRedo Method

Disables Undo and Redo of edit operations.

[Visual Basic .NET]
Public Sub DisableUndoRedo ( _
)
[C#]
public void DisableUndoRedo (
);
[C++]
HRESULT DisableUndoRedo(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEdit Interface