ResultTimeStepEvent Delegate

Delegate type for hooking up time step notifications

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 delegate void ResultTimeStepEvent(
	IResultData sender,
	int timestepIndex
)

Parameters

sender  IResultData
The result data object that the timestep is stored in
timestepIndex  Int32
The timestep index in the result data object for the time step data.

See Also