Click or drag to resize

GH_StructureTAppend Method

Overload List
  NameDescription
Public methodAppend(T)
Append a data item to the last branch in the structure. If no branch exist yet, a new one will be created with [path = {0}]
Public methodAppend(T, GH_Path)
Append a data item to the specified branch in the structure. If the branch doesn't exist yet, it will be created.
Top
See Also