Gets or sets the salt verde 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 SaltVerde_Historical_Extraction_Start_Year { get; set; }
Visual Basic
Public Property SaltVerde_Historical_Extraction_Start_Year As Integer
	Get
	Set

Field Value

The salt verde historical extraction start year.

Remarks

The first year of the Salt Verde River flow record that will be used to create a 25 year trace to simulate river flow conditions. Special Range Check Applies See SaltVerdeYearRangeCheck Cannot be set after Simulation starts. Valid ranges are defined as follows
CopyC#
internal RiverRange SaltVerdePaleo = new RiverRange(1330, 1982);
internal RiverRange SaltVerdeBureau = new RiverRange(1945, 1982);

Exceptions

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

See Also