SolutionGet Detailed Route(String) Method
Returns the ordered list of JobParts for the Resource specified.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
An ordered list of jobs assigned to the resource specified.
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public RouteItem[] GetDetailedRoute(
string resourceID
)VB
Public Function GetDetailedRoute (
resourceID As String
) As RouteItem()C++
public:
array<RouteItem^>^ GetDetailedRoute(
String^ resourceID
)F#
member GetDetailedRoute :
resourceID : string -> RouteItem[] Parameters
- resourceID String
- The resource.
Return Value
RouteItemAn ordered list of jobs assigned to the resource specified.
Exceptions
| ArgumentNullException | ResourceID is null. |
| ArgumentException | Resource cannot be found in problem. |