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


IWorkspaceEdit.EnableUndoRedo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.EnableUndoRedo Method
ArcGIS Developer Help

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