CADability dotNET
Executes the undo of the last step. Ususlly called by the project when handling the "MenuId.Edit.Undo" command.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool UndoLastStep()
Visual Basic
Public Function UndoLastStep As Boolean
Visual C++
public:
bool UndoLastStep()

Return Value

success: true, failure: false

See Also