Click or drag to resize

RTreeRemove Method

Removes a rectangle from the Rtree

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool Remove(
	Rectangle r
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle
the rectangle to delete

Return Value

Type: Boolean
true if rectangle deleted otherwise false
See Also