Click or drag to resize

GH_Param<T>.AddVolatileDataTree Method (IGH_Structure)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool AddVolatileDataTree(
	IGH_Structure tree
)

Parameters

tree
Type: Grasshopper.Kernel.Data.IGH_Structure

Return Value

Type: Boolean

Implements

IGH_Param.AddVolatileDataTree(IGH_Structure)
See Also