Removes a rectangle from the Rtree
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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