IRouteMatrixRecalculateFull Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Clear the cached results from the matrix's times/distances/costs calculations.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Remarks
The RecalculateFull method clears the cached results from the matrix's times/distances/costs calculations. This is
useful for when a RouteMatrix has been re-configured (for example, changes to Strategy, or VehicleSpec), and the
most up to date calculation is required. The RecalculateFull method is automatically
called when the RouteMatrix's RoutingStrategy is set, but it is not called automatically when the RoutingStrategy is simply modified.
For example, when modifying the routing strategy's
AllowUTurns
property, RecalculateFull should be called.
Related articles: Using a RouteMatrix.
See Also