Click or drag to resize

RTreeQuery Method (RTreeRect, RTreeResult)

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

Parameters

rect
Type: RTreeRect
RTreeRect.
result
Type: RTreeResult
RTreeResult.
See Also