RTree.Insert Method (BoundingBox, IntPtr)

RTreeInsert Method (BoundingBox, IntPtr)

Inserts an element into the tree.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Insert(
	BoundingBox box,
	IntPtr elementId
)
Public Function Insert ( 
	box As BoundingBox,
	elementId As IntPtr
) As Boolean

Parameters

box
Type: Rhino.GeometryBoundingBox
A bounding box.
elementId
Type: SystemIntPtr
A pointer.

Return Value

Type: Boolean
true if element was successfully inserted.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also