Click or drag to resize

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
)

Parameters

tree
Type: Grasshopper.Kernel.DataIGH_Structure
Data tree to insert.

Return Value

Type: Boolean
True on success, false on failure.
See Also