Click or drag to resize

GH_UndoRecord Constructor (String, IEnumerableIGH_UndoAction)

Initializes a new instance of the GH_UndoRecord class

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_UndoRecord(
	string name,
	IEnumerable<IGH_UndoAction> actions
)

Parameters

name
Type: SystemString
actions
Type: System.Collections.GenericIEnumerableIGH_UndoAction
See Also