SpeedLimitTableGetSpeedLimit Method (Char, SpeedUnit) | |
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
)
Public Function GetSpeedLimit (
speedCat As Char,
speedUnit As SpeedUnit
) As Double
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:
DoubleA speed category.
See Also