This documentation is for the old version. Go to the latest Graphics Mill docs

MultiLayerViewer.ClearUndoHistory Method

Discards the undo history.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub ClearUndoHistory
C#
public void ClearUndoHistory()

Remarks

This method removes all temporary files which keep the undo history. The redo history is not removed.

See Also

Reference