Click or drag to resize

TrafficFetcherInsertSource Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Insert an ITrafficSource to the TrafficFetcher's traffic source list at the given position.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void InsertSource(
	ITrafficSource source,
	int pos
)

Parameters

source
Type: Telogis.GeoBase.TrafficITrafficSource
The ITrafficSource to be inserted at the given position.
pos
Type: SystemInt32
The position in the list to insert the ITrafficSource
See Also