CatchmentAbstractUrbanSnowMeltCoefficient Property  | 
 
            Snow melt coefficient.
            Note: the snow melt coefficient is not in SI unit,
            because the temperature is assumed to be in degres Celcius.
            Unit: [m/degCelcius/s]
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double SnowMeltCoefficient { get; set; }Public Property SnowMeltCoefficient As Double
	Get
	Set
public:
virtual property double SnowMeltCoefficient {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentUrbanDataSnowMeltCoefficient
See Also