Click or drag to resize

Catchment.PostTimeStepEvent Event

Event that is triggered every time the catchment has finished a new time step

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public event Action<DateTime> PostTimeStepEvent

Value

Type: System.Action<DateTime>

Implements

ICatchment.PostTimeStepEvent
See Also