M_Rhino_Geometry_RTree_Remove - mcneel/rhinocommon-api-docs GitHub Wiki

RTree.Remove Method (BoundingBox, Int32)

Removes an element from the tree.

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

Syntax

C#

public bool Remove(
	BoundingBox box,
	int elementId
)

VB

Public Function Remove ( 
	box As BoundingBox,
	elementId As Integer
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.BoundingBox
A bounding box.
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

⚠️ **GitHub.com Fallback** ⚠️