Search
CommandHistory.MergeUndoRecords Method
See Also
 





Merges several undo records into a single composite record.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool MergeUndoRecords (
    int numRecords,
    string title
)

Visual Basic  Copy Code

Public Function MergeUndoRecords( _
    numRecords As Integer, _
    title As String _
) As Boolean

 Parameters

numRecords
Specifies how many records at the end of the command list should be merged.
title
Specifies the title of the new command.

 Return Value

false if the commands saved in the history are less than numRecords; otherwise, true.

 See Also