RhinoCommon API
RTreeRemove Method (Point3d, IntPtr) |
Removes an element from the tree.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public bool Remove( Point3d point, IntPtr elementId )
Public Function Remove ( point As Point3d, elementId As IntPtr ) As Boolean
Parameters
- point
- Type: Rhino.GeometryPoint3d
A point. - elementId
- Type: SystemIntPtr
A pointer.
Return Value
Type: Booleantrue if element was successfully removed.