JobPartLoadChange Property |
The amount that a Resource's accumulated load changes when this
JobPart is completed.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Dictionary<string, double> LoadChange { get; set; }
Public Property LoadChange As Dictionary(Of String, Double)
Get
Set
public:
property Dictionary<String^, double>^ LoadChange {
Dictionary<String^, double>^ get ();
void set (Dictionary<String^, double>^ value);
}
member LoadChange : Dictionary<string, float> with get, set
Property Value
Type:
DictionaryString,
Double
See Also