DistanceValue Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a DistanceValue from a specified distance in radians converted to a specified type of distance units.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DistanceValue(
double radians,
UnitSystem units
)
Public Sub New (
radians As Double,
units As UnitSystem
)
Parameters
- radians
- Type: SystemDouble
The distance in radians. - units
- Type: Telogis.GeoBase.NavigationUnitSystem
The type of distance units to convert the value to.
See Also