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.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public IDictionary<Object, double> ResourceQuantities { get; set; }
Visual Basic (Declaration)
Public Property ResourceQuantities As IDictionary(Of Object, Double)
	Get
	Set

See Also