SpeedLimitTableGetSpeedLimit Method (Char) | |
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
)
Public Function GetSpeedLimit (
speedCat As Char
) As Double
Parameters
- speedCat
- Type: SystemChar
Speed category, values: 1-8.
Return Value
Type:
DoubleThe 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