GH_Param(T).AddVolatileDataTree Method (GH_Structure(T))

GH_ParamTAddVolatileDataTree Method (GH_StructureT)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool AddVolatileDataTree(
	GH_Structure<T> tree
)
Public Function AddVolatileDataTree ( 
	tree As GH_Structure(Of T)
) As Boolean

Parameters

tree
Type: Grasshopper.Kernel.DataGH_StructureT

Return Value

Type: Boolean
See Also