CatchmentLinearReservoirEffectiveArea Property  | 
 
            Effective area. The effective area is the area that collects water. 
            Can be smaller than total area, eg for Linear Reservoir or when LIDs are present.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic override double EffectiveArea { get; }Public Overrides ReadOnly Property EffectiveArea As Double
	Get
public:
virtual property double EffectiveArea {
	double get () override;
}Property Value
Type: 
DoubleImplements
ICatchmentEffectiveArea
See Also