Click or drag to resize

ITrafficRequestItem Property

Verizon Connect Logo
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; }

Parameters

idx
Type: SystemInt32
An index into the ITrafficRequest object. (idx >= 0 && idx < Count)

Return Value

Type: ITrafficItem
The ITrafficItem at the specified location.
See Also