SolutionGetDetailedRoute(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
C#
public RouteItem[] GetDetailedRoute(
	string resourceID
)

Parameters

resourceID  String
The resource.

Return Value

RouteItem
An ordered list of jobs assigned to the resource specified.

Exceptions

ArgumentNullExceptionResourceID is null.
ArgumentExceptionResource cannot be found in problem.

See Also