GH_UndoAction
Base class implementation for undo actions.
Inheritance Hierarchy
System.Object
Grasshopper.Kernel.Undo.GH_UndoAction
Grasshopper.Kernel.Undo.Actions.GH_AddObjectAction
Grasshopper.Kernel.Undo.Actions.GH_WireAction
Grasshopper.Kernel.Undo.GH_ArchivedUndoAction
Grasshopper.Kernel.Undo.GH_ObjectUndoAction
Namespace: Grasshopper.Kernel.Undo
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public abstract class GH_UndoAction : IGH_UndoAction
The GH_UndoAction type exposes the following members.
Constructors
Name
Description
Protected method
GH_UndoAction
Initializes a new instance of the GH_UndoAction class
Properties
Name
Description
Public Property
ExpiresDisplay
Override this property if you want the Rhino viewport display to refresh upon undo completion.
Public Property
ExpiresSolution
Override this property if you want the Grasshopper solution to refresh upon undo completion.
Public Property
State
Methods
Name
Description
Protected method
Internal_Redo
Protected method
Internal_Undo
Public Method
Read
Public Method
Redo
Public Method
Undo
Public Method
Write