CatchmentNamInitialUseInitialBaseFlow Property  | 
 
             Flag telling the ground water storage is initialised by a baseflow and ground water depth is derived from the baseflow, or
             if initialised by an initial groundwater depth and the base flow is derived from the depth.
             
When called from MIKE11 it is true, if called from Mouse it is false.
Default: true
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UseInitialBaseFlow { get; set; }Public Property UseInitialBaseFlow As Boolean
	Get
	Set
public:
property bool UseInitialBaseFlow {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also