Distance Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a Distance object with the specified value and distance unit.
Namespace:
Telogis.GeoBase.Measurement
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Distance(
double value,
DistanceUnit unit
)
Public Sub New (
value As Double,
unit As DistanceUnit
)
Parameters
- value
- Type: SystemDouble
The numeric value of the distance (expressed in the specified unit). - unit
- Type: Telogis.GeoBaseDistanceUnit
The distance unit used to interpret the value of this Distance object.
See Also