Click or drag to resize

SearchResult Enumeration

Verizon Connect Logo
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 enum SearchResult
Members
  Member nameValueDescription
SearchCompleted0 Search has been completed.
SearchCancelled1 Search has been canceled.
TooManyResults2 Search has returned too many results.
NothingToSearchFor3 Search was not started due to non-existent search data.
Searching4 Search is in progress.
FilteringComplete5 Filtering of search results has been completed.
Timeout6 The search took longer than the specified timeout value.
TooGeneric7 The search query was too generic, so searching was not performed or was only partially performed. Refine your query to get results.
See Also