Click or drag to resize

GH_RemoveStateAction Class

Record the removal of a single solution state from a document.
Inheritance Hierarchy

Namespace:  Grasshopper.Kernel.Undo.Actions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_RemoveStateAction : GH_ArchivedUndoAction

The GH_RemoveStateAction type exposes the following members.

Constructors
  NameDescription
Public methodGH_RemoveStateAction
Initializes a new instance of the GH_RemoveStateAction 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
Override this property if you want the Grasshopper solution to refresh upon undo completion.
(Inherited from GH_UndoAction.)
Public propertyState (Inherited from GH_UndoAction.)
Top
Methods
Fields
  NameDescription
Protected fieldm_data
Internal data storage for serialized archives.
(Inherited from GH_ArchivedUndoAction.)
Top
See Also