Click or drag to resize

MultiThreadMatrix Constructor (RouteStop, LinkCost)

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. The RoutingStrategy defaults to RoutingStrategyFastest. 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,
	LinkCost MaxCost
)

Parameters

InitialStops
Type: Telogis.GeoBaseRouteStop
The array of RouteStops to be used for this calculation.
MaxCost
Type: Telogis.GeoBase.RoutingLinkCost
The maximum allowable cost of any route - if this cost is exceeded, then a value of 'Infinity' (Double.PositiveInfinity) is returned.
Examples
See MultiThreadMatrix for code example.
See Also