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
)
Public Function Remove (
r As Rectangle
) As Boolean
public:
bool Remove(
Rectangle r
)
member Remove :
r : Rectangle -> bool
Parameters
- r
- Type: VelocityDBExtensions.SpatialRectangle
the rectangle to delete
Return Value
Type:
Booleantrue if rectangle deleted otherwise false
See Also