CatchmentLinearReservoirLength Property  | 
 
            Length of the catchment used in the Lag time calculation
            if Lagtime is not given by the user.
            Unit: [m]
            Default: 10
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double Length { get; set; }Public Property Length As Double
	Get
	Set
public:
virtual property double Length {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentLinearReservoirDataLength
See Also