Gets or sets the colorado historical extraction 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_Historical_Extraction_Start_Year { get; set; }
Visual Basic
Public Property Colorado_Historical_Extraction_Start_Year As Integer
	Get
	Set

Field Value

The colorado historical extraction start year.

Remarks

The first year of the Colorado River flow record that will be used to create a 25 year trace to simulate river flow conditions. Special Range Check Applies See ColoradoYearRangeCheck Cannot be set after Simulation starts. Valid ranges are defined as follows
CopyC#
   internal RiverRange ColoradoPaleo = new RiverRange(762, 1982);
internal RiverRange ColoradoBureau = new RiverRange(1906, 1982);

Exceptions

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

See Also