RouteItemLoadChange Property |
The load change for the JobPart at this location.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Dictionary<string, double> LoadChange { get; }
Public ReadOnly Property LoadChange As Dictionary(Of String, Double)
Get
public:
property Dictionary<String^, double>^ LoadChange {
Dictionary<String^, double>^ get ();
}
member LoadChange : Dictionary<string, float> with get
Property Value
Type:
DictionaryString,
Double
See Also