AsyncSearcherResultElementT, ResultTChangeSearchTerm Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Execute a new search, while retaining any search results that match the new query string. Calling this
method will abort any search currently in progress.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public virtual void ChangeSearchTerm(
string query
)
Public Overridable Sub ChangeSearchTerm (
query As String
)
Parameters
- query
- Type: SystemString
The query string giving the name of items to search for.
See Also