Skip to content

M_Rhino_Geometry_RTree_Remove_2

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

RTree.Remove Method (Point2d, Int32)

Removes an element from the tree.

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

Syntax

C#

public bool Remove(
	Point2d point,
	int elementId
)

VB

Public Function Remove ( 
	point As Point2d,
	elementId As Integer
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point2d
A point.
elementId
Type: System.Int32
A number.

Return Value

Type: Boolean
true if element was successfully removed.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

RTree Class
Remove Overload
Rhino.Geometry Namespace

Clone this wiki locally