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

Field Value

The colorado historical data source.

Remarks

The source of the Colorado River flow record: Value 1 uses the Bureau of Reclamation recorded record, Value 2 uses the tree ring reconstructed paleo 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