ResultDataTriggerTimeStepEvent Method

Trigger the time step event, e.g. in case a time step has been added, updated or before writing to file.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void TriggerTimeStepEvent(
	int timestepIndex
)

Parameters

timestepIndex  Int32

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

Implements

IResultDataTriggerTimeStepEvent(Int32)

See Also