IWxWorkspace.Undo

Syntax

Undo([Steps: Integer = 1]);

Parameters

Steps. Number of canceled steps. The parameter is equal to 1 by default.

Description

The Undo method cancels a defined number of completed actions. If the parameter has not been defined, the method will cancel the last completed action.

Example

The example of use is given in the IWxWorkspace.Modified description.

See also:

IWxWorkspace | IWxWorkspace.UndoEnabled