ResultTimeStepEvent Delegate
Delegate type for hooking up time step notifications
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
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.