GH_ParamTAddVolatileDataList Method (GH_Path, ListT) |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool AddVolatileDataList(
GH_Path path,
List<T> list
)
Public Function AddVolatileDataList (
path As GH_Path,
list As List(Of T)
) As Boolean
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
- list
- Type: System.Collections.GenericListT
Return Value
Type:
Boolean
See Also