Gets or sets the quantity values to consider when leveling resources, indicating maximum amounts of materials available for use at the same time.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
IDictionary<string, double> ResourceQuantities { get; set; }
Visual Basic (Declaration)
Property ResourceQuantities As IDictionary(Of String, Double)

See Also