IControlFunctionTimePrepare Method |
Prepare, before simulation start
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void Prepare(
DateTime startTime,
IDiagnostics diagnostics
)
Sub Prepare (
startTime As DateTime,
diagnostics As IDiagnostics
)
void Prepare(
DateTime startTime,
IDiagnostics^ diagnostics
)
Parameters
- startTime
- Type: SystemDateTime
[Missing <param name="startTime"/> documentation for "M:DHI.Mike1D.ControlModule.IControlFunctionTime.Prepare(System.DateTime,DHI.Mike1D.Generic.IDiagnostics)"]
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ControlModule.IControlFunctionTime.Prepare(System.DateTime,DHI.Mike1D.Generic.IDiagnostics)"]
See Also