Must be called to setup a Simulation . Simulation can be run in two ways, calling SimulationNextYear() for each year to be run, call SimulationAllYears() which runs all the years All simulations should be stopped with StopSimulation(), which will make sure all files are closed Will reset SimulationLock to false;

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

Syntax

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

See Also