CatchmentValueBufferCreateOrClear Method

Create a new buffer if input buffer is null or number of offers changed. Otherwise clear the input buffer.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static CatchmentValueBuffer CreateOrClear(
	CatchmentValueBuffer catchmentValueBuffer,
	Catchment catchment,
	IDiagnostics diagnostics
)

Parameters

catchmentValueBuffer  CatchmentValueBuffer

[Missing <param name="catchmentValueBuffer"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.CreateOrClear(DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer,DHI.Mike1D.RainfallRunoffModule.Catchment,DHI.Mike1D.Generic.IDiagnostics)"]

catchment  Catchment

[Missing <param name="catchment"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.CreateOrClear(DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer,DHI.Mike1D.RainfallRunoffModule.Catchment,DHI.Mike1D.Generic.IDiagnostics)"]

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.CreateOrClear(DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer,DHI.Mike1D.RainfallRunoffModule.Catchment,DHI.Mike1D.Generic.IDiagnostics)"]

Return Value

CatchmentValueBuffer

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer.CreateOrClear(DHI.Mike1D.RainfallRunoffModule.CatchmentValueBuffer,DHI.Mike1D.RainfallRunoffModule.Catchment,DHI.Mike1D.Generic.IDiagnostics)"]

See Also