CatchmentValueBuffer Constructor  | 
 
            Default constructor
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic CatchmentValueBuffer(
	ICatchment catchment,
	IDiagnostics diagnostics
)
Public Sub New ( 
	catchment As ICatchment,
	diagnostics As IDiagnostics
)
public:
CatchmentValueBuffer(
	ICatchment^ catchment, 
	IDiagnostics^ diagnostics
)
Parameters
- catchment
 - Type: DHI.Mike1D.RainfallRunoffModuleICatchment
[Missing <param name="catchment"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.#ctor(DHI.Mike1D.RainfallRunoffModule.ICatchment,DHI.Mike1D.Generic.IDiagnostics)"]
 - diagnostics
 - Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.#ctor(DHI.Mike1D.RainfallRunoffModule.ICatchment,DHI.Mike1D.Generic.IDiagnostics)"]
 
See Also