GH_Document.GH_UndoUtil.MergeRecords Method

GH_DocumentGH_UndoUtilMergeRecords Method

Attempt to merge the N most recent records into one. The name of the merged record will be identical to the name of the oldest record.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool MergeRecords(
	int count
)
Public Function MergeRecords ( 
	count As Integer
) As Boolean

Parameters

count
Type: SystemInt32
Number of most recent records to merge.

Return Value

Type: Boolean
True if merge was successful.
See Also