EngineTimeAdaptiveTimeSteppingActivated Property |
Indicates whether adaptive time stepping is activated. Used to decide whether the state
should be stored before a time step.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool AdaptiveTimeSteppingActivated { get; set; }
Public Property AdaptiveTimeSteppingActivated As Boolean
Get
Set
public:
property bool AdaptiveTimeSteppingActivated {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also