IGH_DataAccessSetDataTree Method (Int32, IGH_Structure) |
Folds a utility tree representation into this tree.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax bool SetDataTree(
int paramIndex,
IGH_Structure tree
)
Function SetDataTree (
paramIndex As Integer,
tree As IGH_Structure
) As Boolean
Parameters
- paramIndex
- Type: SystemInt32
Index of output parameter to merge with. - tree
- Type: Grasshopper.Kernel.DataIGH_Structure
Tree to merge
Return Value
Type:
BooleanSee Also