Skip to content

GH_ObjectUndoAction

Public Class

Utility base class for undo actions that operate on a single IGH_DocumentObject.

Inheritance Hierarchy

System.Object
Grasshopper.Kernel.Undo.GH_UndoAction
Grasshopper.Kernel.Undo.GH_ObjectUndoAction

Namespace: Grasshopper.Kernel.Undo

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public abstract class GH_ObjectUndoAction : GH_UndoAction

The GH_ObjectUndoAction type exposes the following members.

Constructors

Name

Description


Protected method

Initializes a new instance of the GH_ObjectUndoAction class


Properties

Name

Description


Public Property

Override this property if you want the Rhino viewport display to refresh upon undo completion.

(Inherited from GH_UndoAction.)


Public Property

Override this property if you want the Grasshopper solution to refresh upon undo completion.

(Inherited from GH_UndoAction.)


Public Property

(Inherited from GH_UndoAction.)


Methods

Name

Description


Protected method

(Overrides

.)


Protected method

(Overrides

.)


Protected method


Protected method


Public Method

(Inherited from GH_UndoAction.)


Public Method

(Inherited from GH_UndoAction.)


Public Method

(Inherited from GH_UndoAction.)


Public Method

(Inherited from GH_UndoAction.)


Inheritance Hierarchy

System.Object
Grasshopper.Kernel.Undo.GH_UndoAction
Grasshopper.Kernel.Undo.GH_ObjectUndoAction
Grasshopper.Kernel.Undo.Actions.GH_DataMatchingAction
Grasshopper.Kernel.Undo.Actions.GH_DataModificationAction
Grasshopper.Kernel.Undo.Actions.GH_HiddenAction
Grasshopper.Kernel.Undo.Actions.GH_IconDisplayAction
Grasshopper.Kernel.Undo.Actions.GH_IconOverrideAction
Grasshopper.Kernel.Undo.Actions.GH_LayoutAction
Grasshopper.Kernel.Undo.Actions.GH_LockedAction
Grasshopper.Kernel.Undo.Actions.GH_NickNameAction
Grasshopper.Kernel.Undo.Actions.GH_PersistentDataAction.T.
Grasshopper.Kernel.Undo.Actions.GH_PivotAction
Grasshopper.Kernel.Undo.Actions.GH_WireDisplayAction