Click or drag to resize

GH_AddStateAction Constructor

Initializes a new instance of the GH_AddStateAction class

Namespace:  Grasshopper.Kernel.Undo.Actions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_AddStateAction(
	int index,
	GH_State state
)

Parameters

index
Type: SystemInt32
state
Type: Grasshopper.KernelGH_State
See Also