DistanceConvert Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the numeric distance value converted to the specified distance unit.
Namespace:
Telogis.GeoBase.Measurement
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double Convert(
DistanceUnit toUnit
)
Public Function Convert (
toUnit As DistanceUnit
) As Double
Parameters
- toUnit
- Type: Telogis.GeoBaseDistanceUnit
The distance unit that the returned distance value should
be in.
Return Value
Type:
DoubleA numeric distance value converted to the specified distance unit.
See Also