RoutingProfile.SetSpeed Method |  |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the travel speed for a given speed category and functional class.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic void SetSpeed(
int speedCat,
int funcClass,
double speed,
SpeedUnit units
)
Public Sub SetSpeed (
speedCat As Integer,
funcClass As Integer,
speed As Double,
units As SpeedUnit
)
Parameters
- speedCat
- Type: System.Int32
Speed category. Values: 1-8. A lower value indicates a higher speed. - funcClass
- Type: System.Int32
Functional class (of the link). - speed
- Type: System.Double
Speed, measured in units. - units
- Type: Telogis.GeoBase.SpeedUnit
SpeedUnit.
See Also