RTreeDelete Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Delete an item from this RTree.
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Delete(
IRTreeItem item
)
Public Function Delete (
item As IRTreeItem
) As Boolean
Parameters
- item
- Type: IRTreeItem
The IRTreeItem to delete.
Return Value
Type:
Booleantrue if the item was successfully removed. Otherwise
false.
See Also