EngineNetInitializeModules Method |
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic void InitializeModules(
HDParameterData hdParameters,
CrossSectionData crossSectionData,
TimeStepping timeStepping,
DateTime simulationStart,
DateTime simulationEnd,
ADComponentData adData,
bool useAD,
STData stData,
bool useST,
EcoLabData elData,
bool useEL,
int numberOfInflowBoundaries,
int numberOfStructures,
StopwatchCollection timings,
StopwatchCollection timingsRun
)
Parameters
- hdParameters
- Type: DHI.Mike1D.HDParameterDataAccessHDParameterData
- crossSectionData
- Type: DHI.Mike1D.CrossSectionModuleCrossSectionData
- timeStepping
- Type: DHI.Mike1D.HDParameterDataAccessTimeStepping
- simulationStart
- Type: SystemDateTime
- simulationEnd
- Type: SystemDateTime
- adData
- Type: DHI.Mike1D.ADDataAccessADComponentData
- useAD
- Type: SystemBoolean
- stData
- Type: DHI.Mike1D.STDataAccessSTData
- useST
- Type: SystemBoolean
- elData
- Type: DHI.Mike1D.EcoLabDataAccessEcoLabData
- useEL
- Type: SystemBoolean
- numberOfInflowBoundaries
- Type: SystemInt32
- numberOfStructures
- Type: SystemInt32
- timings
- Type: DHI.Mike1D.GenericStopwatchCollection
- timingsRun
- Type: DHI.Mike1D.GenericStopwatchCollection
See Also