Click or drag to resize

MultiThreadMatrix Constructor (RouteStop, RoutingStrategy)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a MultiThreadMatrix using an array of RouteStops, and a RoutingStrategy. The default number of threads is equal to the number of CPU cores available on the local machine.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MultiThreadMatrix(
	RouteStop[] InitialStops,
	RoutingStrategy Strategy
)

Parameters

InitialStops
Type: Telogis.GeoBaseRouteStop
The array of RouteStops to be used for this calculation.
Strategy
Type: Telogis.GeoBase.RoutingRoutingStrategy
The RoutingStrategy to use for this calculation.
Examples
See MultiThreadMatrix for code example.
See Also