IGH_StateAwareObject.LoadState Method

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
)
Sub LoadState ( 
	state As String
)

Parameters

state
Type: SystemString
See Also