Skip to content

M_Rhino_Geometry_RTree_Insert_3

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RTree.Insert Method (Point2d, IntPtr)

Inserts an element into the tree.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Insert(
	Point2d point,
	IntPtr elementId
)

VB

Public Function Insert ( 
	point As Point2d,
	elementId As IntPtr
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point2d
A point.
elementId
Type: System.IntPtr
A pointer.

Return Value

Type: Boolean
true if element was successfully inserted.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

RTree Class
Insert Overload
Rhino.Geometry Namespace

Clone this wiki locally