Grasshopper API
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)

public void AppendRange( IEnumerable<T> data )
Public Sub AppendRange ( data As IEnumerable(Of T) )
Parameters
- data
- Type: System.Collections.GenericIEnumerableT
Data to append
