CatchmentLinearReservoirImperviousArea Property  | 
 
            Impervious area for the French model.
            
            For an urban catchment it is also used as a factor which defines the part
            of the catchment considered to contribute to the runoff.
            
            Unit: [-]
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double ImperviousArea { get; set; }Public Property ImperviousArea As Double
	Get
	Set
public:
virtual property double ImperviousArea {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentLinearReservoirDataImperviousArea
See Also