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()
Public Overridable Function ScriptVariable As Object
Return Value
Type:
ObjectThe default implementation of this function returns the Value instance.
Implements
IGH_GooScriptVariableSee Also