Click or drag to resize

RoutingProfileGetSpeed Method

Verizon Connect Logo
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
)

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: Double
Travel speed (as defined by this Routing Profile), in the given units.
See Also