RTreeQuery Method (RTreeRect, RTreeResult) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Query the RTree for a given RTreeRect with a result delegate.
Namespace:
Telogis.GeoBase.Indexes
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void Query(
RTreeRect rect,
RTreeResult result
)
Public Sub Query (
rect As RTreeRect,
result As RTreeResult
)
Parameters
- rect
- Type: RTreeRect
RTreeRect. - result
- Type: RTreeResult
RTreeResult.
See Also