GH_UndoRecordActions Property |
Gets or sets the actions inside this record.
Namespace:
Grasshopper.Kernel.Undo
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IList<IGH_UndoAction> Actions { get; }
Public ReadOnly Property Actions As IList(Of IGH_UndoAction)
Get
Property Value
Type:
IListIGH_UndoAction[Missing <value> documentation for "P:Grasshopper.Kernel.Undo.GH_UndoRecord.Actions"]
See Also