Route MetricsJob Weight Total Property
The total weight for all the Jobs in this route.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public double JobWeightTotal { get; }VB
Public ReadOnly Property JobWeightTotal As Double
GetC++
public:
property double JobWeightTotal {
double get ();
}F#
member JobWeightTotal : float with get