Gets or sets the salt verde user adjustment percent.

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

Syntax

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

Field Value

The salt verde user adjustment percent.

Remarks

The percent (Value=50 is 50%) which is used to modify the Salt Verde River flow record, starting and stopping in the years specified. This is used to simulate a drought condition. Range = 0 to 300 Cannot be set after Simulation starts.

Exceptions

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

See Also