Click or drag to resize

Distance Constructor

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

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