Click or drag to resize

SpeedLimitTableGetSpeedLimit Method (Char, SpeedUnit)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a speed category to a speed limit in the specified SpeedUnit.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double GetSpeedLimit(
	char speedCat,
	SpeedUnit speedUnit
)

Parameters

speedCat
Type: SystemChar
Speed category, values: 1-8.
speedUnit
Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.

Return Value

Type: Double
A speed category.
See Also