Click or drag to resize

RelativeSourceCreateSearchOperation Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new LocationSearchOperation for this specialized search source with the given arguments.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override LocationSearchOperation CreateSearchOperation(
	LocationSearchBaseArgs args
)

Parameters

args
Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The arguments to pass to the location search.

Return Value

Type: LocationSearchOperation
A new search operation.
See Also