Click or drag to resize

MultiThreadMatrix Constructor (RouteStop, RoutingStrategy, LatLon)

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,
	LatLon[] locationsToCalculate
)

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.
locationsToCalculate
Type: Telogis.GeoBaseLatLon
If there are items in the array, a subset of locations is used to calculate only the rows and columns of a smaller route matrix. If the property is null, all rows and columns are calculated.
Examples
See MultiThreadMatrix for code example.
See Also