Click or drag to resize

IGH_StateAwareObjectLoadState Method

Override this function to load your state data. DO NOT START A NEW SOLUTION. This will be handled by the state manager.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void LoadState(
	string state
)

Parameters

state
Type: SystemString
See Also