SearchResult Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates the state of a search.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration SearchResult
Members
| Member name | Value | Description |
---|
| SearchCompleted | 0 |
Search has been completed.
|
| SearchCancelled | 1 |
Search has been canceled.
|
| TooManyResults | 2 |
Search has returned too many results.
|
| NothingToSearchFor | 3 |
Search was not started due to non-existent search data.
|
| Searching | 4 |
Search is in progress.
|
| FilteringComplete | 5 |
Filtering of search results has been completed.
|
| Timeout | 6 |
The search took longer than the specified timeout value.
|
| TooGeneric | 7 |
The search query was too generic, so searching was not performed or was only
partially performed. Refine your query to get results.
|
See Also