ITrafficRequestItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the specified ITrafficItem object.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax ITrafficItem this[
int idx
] { get; }
ReadOnly Default Property Item (
idx As Integer
) As ITrafficItem
Get
Parameters
- idx
- Type: SystemInt32
An index into the ITrafficRequest object. (idx >= 0 && idx < Count)
Return Value
Type:
ITrafficItemThe ITrafficItem at the specified location.
See Also