| SolverSettingsMaximumWaterDepthAboveXSFactor Property  | 
 
            Maximum factor for relative water level (depth) compared to cross section height for open cross section. 
            Given as a factor on the height of the cross section. If water depth exceeds 
            
"factor" x "cross section height"
            the simulation stops.
            
            Set to 0 to disable. Then the water depth must always stay inside cross section height.
            
            To enable, set larger than 1.
            
 
    Namespace: 
   DHI.Mike1D.HDParameterDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic double MaximumWaterDepthAboveXSFactor { get; set; }Public Property MaximumWaterDepthAboveXSFactor As Double
	Get
	Set
public:
property double MaximumWaterDepthAboveXSFactor {
	double get ();
	void set (double value);
}Property Value
Type: 
Double See Also
See Also