IMike1DControllerRunUntil Method |
Run the engine until endTime.
endTime should not exceed the simulation end time.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void RunUntil(
DateTime endTime
)
Sub RunUntil (
endTime As DateTime
)
void RunUntil(
DateTime endTime
)
Parameters
- endTime
- Type: SystemDateTime
[Missing <param name="endTime"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.IMike1DController.RunUntil(System.DateTime)"]
See Also