Insert another item into the tree.
The item should be within the region of this node.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item
- Type: T
Item to insert.
See Also