DrillDownGeoCoderGetRegionSearcher Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a
DDGCRegionSearcher object that performs asynchronous region searches.
This object is unique to the DrillDownGeoCoder instance, will cease to function correctly if the DrillDownGeoCoder
is disposed.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DDGCRegionSearcher GetRegionSearcher()
Public Function GetRegionSearcher As DDGCRegionSearcher
Return Value
Type:
DDGCRegionSearcherA
DDGCRegionSearcher object for asynchronous region searches.
See Also