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

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

Syntax

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

Return Value

success: true, failure: false

See Also