IGH_StateAwareObject.SaveState Method

IGH_StateAwareObjectSaveState Method

Override this function to store your state data. You have to return a deserializable string.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
string SaveState()
Function SaveState As String

Return Value

Type: String
See Also