Overload List

  NameDescription
Public methodSimulation_Initialize()()()()
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;
(Inherited from WaterSim.)
Public methodSimulation_Initialize(DataTable, String)
Initializes a DB Simulation. results will be appended to the specified DataTable
Public methodSimulation_Initialize(String, String)
Initializes a DB Simulation. Opens the datatable using DbConnection and datatablename, results will be written to temp DataTable and then updated in the Database.

See Also