RoutingProfileGetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get 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 double GetSpeed(
int speedCat,
int funcClass,
SpeedUnit units
)
Public Function GetSpeed (
speedCat As Integer,
funcClass As Integer,
units As SpeedUnit
) As Double
Parameters
- speedCat
- Type: SystemInt32
Speed category of the link, values: 1-8. - funcClass
- Type: SystemInt32
Functional class of the link, values: 1-6. - units
- Type: Telogis.GeoBaseSpeedUnit
Units in which to return the speed.
Return Value
Type:
DoubleTravel speed (as defined by this
Routing Profile), in the given
units.
See Also