ReverseGeoCodeArgsSetAlignSearchLimit Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the aligned search limit using a specified
DistanceUnit.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetAlignSearchLimit(
double limit,
DistanceUnit units
)
Public Sub SetAlignSearchLimit (
limit As Double,
units As DistanceUnit
)
Parameters
- limit
- Type: SystemDouble
The maximum distance of the search. - units
- Type: Telogis.GeoBaseDistanceUnit
The unit of distance.
See Also