Insert a collection of items into the tree. The items should all be within the region of this node.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void AddRange(
IEnumerable<T> items
)
Public Sub AddRange (
items As IEnumerable(Of T)
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableT
Items to add.
See Also