Click or drag to resize

TrafficFetcherGetSourcesByType Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an ITrafficSource from the given type.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public List<ITrafficSource> GetSourcesByType(
	Type type
)

Parameters

type
Type: SystemType
The type of the traffic source.

Return Value

Type: ListITrafficSource
The ITrafficSource from the given type.
See Also