TrafficFetcherGetSourcesByType Method | |
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 public List<ITrafficSource> GetSourcesByType(
Type type
)
Public Function GetSourcesByType (
type As Type
) As List(Of ITrafficSource)
Parameters
- type
- Type: SystemType
The type of the traffic source.
Return Value
Type:
ListITrafficSourceThe
ITrafficSource from the given type.
See Also