Click or drag to resize

DataTreeTAddRange Method

Overload List
  NameDescription
Public methodAddRange(IEnumerableT)
Add (append) a list of data items to the last branch in the tree. If no branch exists yet, a new one will be created.
Public methodAddRange(IEnumerableT, GH_Path)
Add (append) a list of data items to the specified branch in the tree. If the branch doesn't exist yet, it will be created.
Top
See Also