CompiledLinkEditsLookup Method | |
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
)
Public Function Lookup (
linkid As ULong,
direction As TrafficDirectionType,
units As SpeedUnit,
<OutAttribute> ByRef speed As Double
) As Boolean
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:
Booleantrue if the given linkid and direction has a link-speed override assigned.
See Also