Click or drag to resize

SpeedLimitTableGetSpeedLimit Method (Char)

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 table's default SpeedUnit.

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

Parameters

speedCat
Type: SystemChar
Speed category, values: 1-8.

Return Value

Type: Double
The speed limit in the default units of the table.
Remarks
The speed limit will be provided in the SpeedUnit that was used when instantiating this table.
See Also