Click or drag to resize

DistanceConvert Method

Verizon Connect Logo
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
)

Parameters

toUnit
Type: Telogis.GeoBaseDistanceUnit
The distance unit that the returned distance value should be in.

Return Value

Type: Double
A numeric distance value converted to the specified distance unit.
See Also