ILinkTrafficSourceGetTrafficInfo Method (UInt64, TrafficDirectionType, DateTime) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax TrafficInfo GetTrafficInfo(
ulong linkId,
TrafficDirectionType direction,
DateTime time
)
Function GetTrafficInfo (
linkId As ULong,
direction As TrafficDirectionType,
time As DateTime
) As TrafficInfo
Parameters
- linkId
- Type: SystemUInt64
The LinkId to resolve. - direction
- Type: Telogis.GeoBase.TrafficTrafficDirectionType
The direction with respect to the given linkId (from reference, for example). - time
- Type: SystemDateTime
The DateTime to get the TrafficInfo for. This will be UTC.
Return Value
Type:
TrafficInfoThe
TrafficInfo for the given LinkId at the specified DateTime.
See Also