IGH_DataAccess.SetDataTree Method (Int32, IGH_DataTree)

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
)
Function SetDataTree ( 
	paramIndex As Integer,
	tree As IGH_DataTree
) As Boolean

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