Runs all years of the specified simulation

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

Syntax

C#
public virtual void Simulation_AllYears()
Visual Basic
Public Overridable Sub Simulation_AllYears

Remarks

Runs each year. Before each year, except the first, it calls a preprocess processes. After each year, including the last it calls all postprocess processes. No data is retained. If a post process does not collect data fater each year, the only output data available will be that for the last year run.

See Also