GH_Param(T).AddVolatileDataTree Method (IGH_Structure)

GH_ParamTAddVolatileDataTree Method (IGH_Structure)

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

Parameters

tree
Type: Grasshopper.Kernel.DataIGH_Structure

Return Value

Type: Boolean

Implements

IGH_ParamAddVolatileDataTree(IGH_Structure)
See Also