Res1DStreamBridgeTriggerTimeStepReadEvent Method

Method to trigger when a new time step has been read.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected void TriggerTimeStepReadEvent(
	int timestepIndex,
	int restimestepIndex
)

Parameters

timestepIndex  Int32

[Missing <param name="timestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.TriggerTimeStepReadEvent(System.Int32,System.Int32)"]

restimestepIndex  Int32

[Missing <param name="restimestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.TriggerTimeStepReadEvent(System.Int32,System.Int32)"]

See Also