LocationSearchSourceCreateSearchOperation Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create and return a new search operation for the search source, using the provided
arguments. The search operation should be returned unstarted.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract LocationSearchOperation CreateSearchOperation(
LocationSearchBaseArgs args
)
Public MustOverride Function CreateSearchOperation (
args As LocationSearchBaseArgs
) As LocationSearchOperation
Parameters
- args
- Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The location search arguments.
Return Value
Type:
LocationSearchOperationA new search operation.
See Also