Res1DStreamBridgeTriggerTimeStepReadEvent Method |
Method to trigger when a new time step has been read.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected void TriggerTimeStepReadEvent(
int timestepIndex,
int restimestepIndex
)
Protected Sub TriggerTimeStepReadEvent (
timestepIndex As Integer,
restimestepIndex As Integer
)
protected:
void TriggerTimeStepReadEvent(
int timestepIndex,
int restimestepIndex
)
Parameters
- timestepIndex
- Type: SystemInt32
[Missing <param name="timestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.TriggerTimeStepReadEvent(System.Int32,System.Int32)"]
- restimestepIndex
- Type: SystemInt32
[Missing <param name="restimestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.TriggerTimeStepReadEvent(System.Int32,System.Int32)"]
See Also