Click or drag to resize

IGH_DataAccessSetDataTree Method (Int32, IGH_DataTree)

Folds a utility tree representation into this tree.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool SetDataTree(
	int paramIndex,
	IGH_DataTree tree
)

Parameters

paramIndex
Type: SystemInt32
Index of output parameter to merge with.
tree
Type: Grasshopper.Kernel.DataIGH_DataTree
Tree to merge

Return Value

Type: Boolean
See Also