CatchmentAbstractUrbanUseSnowModule Property  | 
 
            True if the snow module is activated.
            If True, a temperature time series has to be provided for the catchment.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UseSnowModule { get; set; }Public Property UseSnowModule As Boolean
	Get
	Set
public:
virtual property bool UseSnowModule {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
ICatchmentUrbanDataUseSnowModule
See Also