GH_RemoveStateAction Constructor |
Namespace:
Grasshopper.Kernel.Undo.Actions
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_RemoveStateAction(
int index,
GH_State state
)
Public Sub New (
index As Integer,
state As GH_State
)
Parameters
- index
- Type: SystemInt32
- state
- Type: Grasshopper.KernelGH_State
See Also