RTree.Remove Method (Point3d, Int32)

RTreeRemove Method (Point3d, Int32)

Removes an element from the tree.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Remove(
	Point3d point,
	int elementId
)
Public Function Remove ( 
	point As Point3d,
	elementId As Integer
) As Boolean

Parameters

point
Type: Rhino.GeometryPoint3d
A point.
elementId
Type: SystemInt32
A number.

Return Value

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also