Click or drag to resize

GH_GooTScriptVariable Method

This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual Object ScriptVariable()

Return Value

Type: Object
The default implementation of this function returns the Value instance.

Implements

IGH_GooScriptVariable
See Also