GH_ParamTAddVolatileDataTree Method (GH_StructureT) |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool AddVolatileDataTree(
GH_Structure<T> tree
)
Public Function AddVolatileDataTree (
tree As GH_Structure(Of T)
) As Boolean
Parameters
- tree
- Type: Grasshopper.Kernel.DataGH_StructureT
Return Value
Type:
Boolean
See Also