SolutionUnassignJobPart Method (Resource, JobPart) |
Un-assigns a JobPart from a Resource's route.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool UnassignJobPart(
Resource resource,
JobPart jobPart
)
Public Function UnassignJobPart (
resource As Resource,
jobPart As JobPart
) As Boolean
public:
bool UnassignJobPart(
Resource^ resource,
JobPart^ jobPart
)
member UnassignJobPart :
resource : Resource *
jobPart : JobPart -> bool
Parameters
- resource
- Type: VRSolverResource
The Resource to un-assign from. - jobPart
- Type: VRSolverJobPart
The JobPart to un-assign.
Return Value
Type:
BooleanFalse if the JobPart could not be un-assigned. True otherwise.
Exceptions
See Also