Gets or sets the provider demand option.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public int Provider_Demand_Option { get; set; }
Visual Basic
Public Property Provider_Demand_Option As Integer
	Get
	Set

Field Value

The provider demand option.

Remarks

The method that will be used to estimate annual demand for all providers. Value=1 reads demand values from an external file, Value=2 calculates demand based on a six year average GPCD and population read from a file, Value=3 estimates demand based on population estimates read from and external file and a smoothing function that slowly declines GPCD, Value=4 uses same method as 3, but allows the user to chnage the GPCD with Use_GPCD Paramtere Use_GPCDused for each provider at the beginning or during the simulation. Range = 1 to 4 Cannot be set after Simulation starts.

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif setting a value that does not pass the range check

See Also