Click or drag to resize

RTreeDelete Method

Verizon Connect Logo
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
)

Parameters

item
Type: IRTreeItem
The IRTreeItem to delete.

Return Value

Type: Boolean
true if the item was successfully removed. Otherwise false.
See Also