CatchmentSourceBoundaryGetAccumulatedValue(DateTime, DateTime) Method

Get accumulated value of the catchment source boundary between the start and end time. The result is set to a negative value for Evaporation and Abstraction boundary types.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override double GetAccumulatedValue(
	DateTime start,
	DateTime end
)

Parameters

start  DateTime
start time
end  DateTime
end time

Return Value

Double
accumulated value

Implements

IBoundarySourceGetAccumulatedValue(DateTime, DateTime)
IBoundarySourceGetAccumulatedValue(DateTime, DateTime)

See Also