CatchmentNamDataOverLandflowRunoffCoeff Property  | 
 
            Coefficient for overland flow runoff (CQOF). It expresses the part
            of the net rainfall that run off as over land flow.
            Type: Dimensionless
            Unit: []
            Default: 0.5
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double OverLandflowRunoffCoeff { get; set; }Public Property OverLandflowRunoffCoeff As Double
	Get
	Set
public:
virtual property double OverLandflowRunoffCoeff {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentNamDataOverLandflowRunoffCoeff
See Also