Grasshopper API
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)

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: BooleanTrue if merge was successful.
