Gets or sets the salt verde historical data source.

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

Syntax

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

Field Value

The salt verde historical data source.

Remarks

The source of the Salt Verde Rivers flow record: Value=1 uses the tree ring reconstructed paleo record, Value=2 uses the Bureau of Reclamation recorded record, Value=3 uses a user supplied river flow trace record. Range = 1 to 3 Cannot be set after Simulation starts.

Exceptions

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

See Also