This method manages redoStack First stores in redoStack the current state Then recover from undoStack the last state

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void Redo()
Visual Basic (Declaration)
Public Sub Redo
Visual C++
public:
void Redo()

See Also