Click or drag to resize

RTreeInsert Method (Point2d, IntPtr)

Inserts an element into the tree.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Insert(
	Point2d point,
	IntPtr elementId
)

Parameters

point
Type: Rhino.GeometryPoint2d
A point.
elementId
Type: SystemIntPtr
A pointer.

Return Value

Type: Boolean
true if element was successfully inserted.
See Also