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


IWorkspaceEdit.EnableUndoRedo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEdit.EnableUndoRedo Method

Enables Undo and Redo of edit operations.

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

Product Availability

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

See Also

IWorkspaceEdit Interface