Click or drag to resize

SpeedValue Constructor (Int32, SpeedUnit)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a SpeedValue object for a specified speed in specified units.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SpeedValue(
	int Value,
	SpeedUnit Units
)

Parameters

Value
Type: SystemInt32
The speed (expressed in the specified units)
Units
Type: Telogis.GeoBaseSpeedUnit
The units
See Also