GH_NickNameAction Class

GH_NickNameAction Class

Records a single object NickName and IconDisplayMode event.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.UndoGH_UndoAction
    Grasshopper.Kernel.UndoGH_ObjectUndoAction
      Grasshopper.Kernel.Undo.ActionsGH_NickNameAction

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

The GH_NickNameAction type exposes the following members.

Constructors
  NameDescription
Public methodGH_NickNameAction
Initializes a new instance of the GH_NickNameAction 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
See Also