Click or drag to resize

ResultTimeStepEvent Delegate

Delegate type for hooking up time step notifications

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public delegate void ResultTimeStepEvent(
	IResultData sender,
	int timestepIndex
)

Parameters

sender
Type: DHI.Mike1D.ResultDataAccessIResultData
The result data object that the timestep is stored in
timestepIndex
Type: SystemInt32
The timestep index in the result data object for the time step data.
See Also