Grasshopper API
IGH_ParamAddVolatileDataList Method |
Inserts a list of items into the data structure.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

bool AddVolatileDataList( GH_Path path, IEnumerable list )
Function AddVolatileDataList ( path As GH_Path, list As IEnumerable ) As Boolean
Parameters
- path
- Type: Grasshopper.Kernel.DataGH_Path
The branch path of the data. If the path doesn't exist yet, it will be created. - list
- Type: System.CollectionsIEnumerable
The data list to store.
Return Value
Type: Boolean