Gets or sets the simulation end year.
Namespace: WaterSimDCDCAssembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)
Syntax
| C# |
|---|
public int Simulation_End_Year { get; set; } |
| Visual Basic |
|---|
Public Property Simulation_End_Year As Integer Get Set |
Field Value
The simulation end year.
Remarks
The last year of the Simulation. Range = 2012 to 2085 Cannot be set after Simulation starts.
Exceptions
| Exception | Condition |
|---|---|
| WaterSimDCDC..::..WaterSim_Exception | if setting a value that does not pass the range check |