ResultDataTriggerTimeStepEvent 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 public void TriggerTimeStepEvent(
int timestepIndex
)
Public Sub TriggerTimeStepEvent (
timestepIndex As Integer
)
public:
virtual void TriggerTimeStepEvent(
int timestepIndex
) sealed
Parameters
- timestepIndex
- Type: SystemInt32
[Missing <param name="timestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultData.TriggerTimeStepEvent(System.Int32)"]
Implements
IResultDataTriggerTimeStepEvent(Int32)See Also