Gets or sets the colorado user adjustment start year.

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

Syntax

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

Field Value

The colorado user adjustment start year.

Remarks

Determines the year the [Colorado User Adjustment %] will be start being applied. Range = 2006 to 2081 Cannot be set after Simulation starts.

Exceptions

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

See Also