Click or drag to resize

CompiledLinkEditsLookup Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Looks up the speed for a given Link ID.

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Lookup(
	ulong linkid,
	TrafficDirectionType direction,
	SpeedUnit units,
	out double speed
)

Parameters

linkid
Type: SystemUInt64
The Link ID to look up.
direction
Type: Telogis.GeoBase.TrafficTrafficDirectionType
The direction of travel.
units
Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.
speed
Type: SystemDouble
The speed.

Return Value

Type: Boolean
true if the given linkid and direction has a link-speed override assigned.
See Also