IResultDataTriggerTimeStepEvent Method |
Trigger the time step event, e.g. in case a time step has been added, updated or before writing to file.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void TriggerTimeStepEvent(
int timestepIndex
)
Sub TriggerTimeStepEvent (
timestepIndex As Integer
)
void TriggerTimeStepEvent(
int timestepIndex
)
Parameters
- timestepIndex
- Type: SystemInt32
[Missing <param name="timestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.IResultData.TriggerTimeStepEvent(System.Int32)"]
See Also