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