Click or drag to resize

GH_ParamTAddVolatileDataList Method (GH_Path, ListT)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool AddVolatileDataList(
	GH_Path path,
	List<T> list
)

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
list
Type: System.Collections.GenericListT

Return Value

Type: Boolean
See Also