Simulation_Start_Year

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

Syntax

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

Field Value

The first year of the Simulation.

Remarks

The first year of the Simulation. Range = 2000 to 2006 Cannot be set after Simulation starts.

Exceptions

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

See Also