Click or drag to resize

GH_RemoveObjectAction Class

Records a single object removal.
Inheritance Hierarchy

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

The GH_RemoveObjectAction type exposes the following members.

Constructors
  NameDescription
Public methodGH_RemoveObjectAction
Initializes a new instance of the GH_RemoveObjectAction 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 methodDeserialize
Deserializes the obj from the local archive.
(Inherited from GH_ArchivedUndoAction.)
Protected methodInternal_Redo (Overrides GH_UndoActionInternal_Redo(GH_Document).)
Protected methodInternal_Undo (Overrides GH_UndoActionInternal_Undo(GH_Document).)
Public methodRead (Inherited from GH_ArchivedUndoAction.)
Public methodRedo (Inherited from GH_UndoAction.)
Protected methodSerialize
Serializes the obj into the local archive.
(Inherited from GH_ArchivedUndoAction.)
Protected methodSerializeToByteArray
Serializes the obj into the local archive.
(Inherited from GH_ArchivedUndoAction.)
Public methodUndo (Inherited from GH_UndoAction.)
Public methodWrite (Inherited from GH_ArchivedUndoAction.)
Top
Fields
  NameDescription
Protected fieldm_data
Internal data storage for serialized archives.
(Inherited from GH_ArchivedUndoAction.)
Top
See Also