SimulationTimerFrequency Property

Frequency of events from time steps. Setting this will trigger an event at this frequency of the time step. Setting to zero will disable the frequency triggering, and instead use the interval triggering.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int Frequency { get; set; }

Property Value

Int32

See Also