GH_StructureTAppendRange Method (IEnumerableT) |
Append a list of data items to the last branch in the structure
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void AppendRange(
IEnumerable<T> data
)
Public Sub AppendRange (
data As IEnumerable(Of T)
)
Parameters
- data
- Type: System.Collections.GenericIEnumerableT
Data to append
See Also