RoutingProfileSetSpeed 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
Syntax public 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: SystemInt32
Speed category. Values: 1-8. A lower value indicates a higher speed. - funcClass
- Type: SystemInt32
Functional class (of the link). - speed
- Type: SystemDouble
Speed, measured in units. - units
- Type: Telogis.GeoBaseSpeedUnit
SpeedUnit.
See Also