ResourceServiceTimeMultiplier Property |
The
JobTime for jobs assigned to this Resource are multiplied
by this value. The value is 1.0 by default.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double ServiceTimeMultiplier { get; set; }
Public Property ServiceTimeMultiplier As Double
Get
Set
public:
property double ServiceTimeMultiplier {
double get ();
void set (double value);
}
member ServiceTimeMultiplier : float with get, set
Property Value
Type:
Double
See Also