Mike1DControllerLTSPostTimeStepEvent Event |
An event that is called after a time step. It is used by LTSJobListCreator and LTSDryWeatherFlowCalculator.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public event EngineNetTimeDelegate PostTimeStepEvent
Public Event PostTimeStepEvent As EngineNetTimeDelegate
public:
event EngineNetTimeDelegate^ PostTimeStepEvent {
void add (EngineNetTimeDelegate^ value);
void remove (EngineNetTimeDelegate^ value);
}
Value
Type:
DHI.Mike1D.EngineEngineNetTimeDelegateSee Also