CatchmentEffectiveTimeStep Property |
Time step used in the simulation, it may change. It is set initially in Prepare
to TimeStep, and can be updated by individual catchment models when required,
i.e. it may differ from TimeStep.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual TimeSpan EffectiveTimeStep { get; }
Public Overridable ReadOnly Property EffectiveTimeStep As TimeSpan
Get
public:
virtual property TimeSpan EffectiveTimeStep {
TimeSpan get ();
}
Property Value
Type:
TimeSpanSee Also