Grasshopper API
GH_StructureTInsert Method |
Insert a data item into the specified branch in the structure.
If the branch doesn't exist yet, it will be created.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public void Insert( T data, GH_Path path, int index )
Public Sub Insert ( data As T, path As GH_Path, index As Integer )
Parameters
- data
- Type: T
Data to insert. - path
- Type: Grasshopper.Kernel.DataGH_Path
Path of branch to insert into. - index
- Type: SystemInt32
Insertion index.
