RTreeQuery Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Query the entire RTree.
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IEnumerable<IRTreeItem> Query()
Public Function Query As IEnumerable(Of IRTreeItem)
Return Value
Type:
IEnumerableIRTreeItemAn iterator that will find all items in this tree.
See Also