AbstractMike1DControllerRunUntil Method

Run the engine until endTime.

endTime should not exceed the simulation end time.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public virtual void RunUntil(
	DateTime endTime
)

Parameters

endTime  DateTime

[Missing <param name="endTime"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.AbstractMike1DController.RunUntil(System.DateTime)"]

Implements

IMike1DControllerRunUntil(DateTime)

See Also