GH_WireAction Class

GH_WireAction Class

Records any change to the input wires of a given parameter.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.UndoGH_UndoAction
    Grasshopper.Kernel.Undo.ActionsGH_WireAction

Namespace:  Grasshopper.Kernel.Undo.Actions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_WireAction : GH_UndoAction
Public Class GH_WireAction
	Inherits GH_UndoAction

The GH_WireAction type exposes the following members.

Constructors
  NameDescription
Public methodGH_WireAction
Initializes a new instance of the GH_WireAction class
Top
Properties
  NameDescription
Public propertyExpiresDisplay
Override this property if you want the Rhino viewport display to refresh upon undo completion.
(Inherited from GH_UndoAction.)
Public propertyExpiresSolution (Overrides GH_UndoActionExpiresSolution.)
Public propertyState (Inherited from GH_UndoAction.)
Top
Methods
  NameDescription
Protected methodInternal_Redo (Overrides GH_UndoActionInternal_Redo(GH_Document).)
Protected methodInternal_Undo (Overrides GH_UndoActionInternal_Undo(GH_Document).)
Public methodRead (Inherited from GH_UndoAction.)
Public methodRedo (Inherited from GH_UndoAction.)
Public methodUndo (Inherited from GH_UndoAction.)
Public methodWrite (Inherited from GH_UndoAction.)
Top
See Also