RouteItemCurrentLoad Property |
The current load at this location in the route
(after the job has been completed - not when the resource arrives).
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Dictionary<string, double> CurrentLoad { get; }
Public ReadOnly Property CurrentLoad As Dictionary(Of String, Double)
Get
public:
property Dictionary<String^, double>^ CurrentLoad {
Dictionary<String^, double>^ get ();
}
member CurrentLoad : Dictionary<string, float> with get
Property Value
Type:
DictionaryString,
Double
See Also