Gets All Simulation Input Values from the model and returns them in a SimulationInputs struct

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

Syntax

C#
public SimulationInputs GetSimulationInputs()
Visual Basic
Public Function GetSimulationInputs As SimulationInputs

Return Value

all current input parmeter values in a SimulationInputs struct

Remarks

Some foresight should be used with this method. This reads the input parameters regardless of the state of the model. Though BaseInputs can not be changed once a Simulation has started, the provider inputs can, so the values of these can change from one annula run to another.

See Also