GH_GeometricGooWrapperScriptVariable Method |
This function will be called when the local IGH_Goo instance
disapears 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 Object ScriptVariable()
Public Function ScriptVariable As Object
Return Value
Type:
ObjectThe object that represents this IGH_Goo instance in a script.
Implements
IGH_GooScriptVariableSee Also