SolutionGetDetailedRoute Method (String) |
Returns the ordered list of JobParts for the Resource specified.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic RouteItem[] GetDetailedRoute(
string resourceID
)
Public Function GetDetailedRoute (
resourceID As String
) As RouteItem()
public:
array<RouteItem^>^ GetDetailedRoute(
String^ resourceID
)
member GetDetailedRoute :
resourceID : string -> RouteItem[]
Parameters
- resourceID
- Type: SystemString
The resource.
Return Value
Type:
RouteItemAn ordered list of jobs assigned to the resource specified.
Exceptions
See Also