RelativeSourceCreateSearchOperation Method | |
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
)
Public Overrides Function CreateSearchOperation (
args As LocationSearchBaseArgs
) As LocationSearchOperation
Parameters
- args
- Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The arguments to pass to the location search.
Return Value
Type:
LocationSearchOperationA new search operation.
See Also