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