IGH_ParamAddVolatileDataTree Method |
Insert an entire data tree into this parameter.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax bool AddVolatileDataTree(
IGH_Structure tree
)
Function AddVolatileDataTree (
tree As IGH_Structure
) As Boolean
Parameters
- tree
- Type: Grasshopper.Kernel.DataIGH_Structure
Data tree to insert.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also