Click or drag to resize

CatchmentSourceBoundaryGetAccumulatedValue Method (DateTime, DateTime)

Get accumukated 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.

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

Parameters

start
Type: SystemDateTime
start time
end
Type: SystemDateTime
end time

Return Value

Type: Double
accumulated value

Implements

IBoundarySourceGetAccumulatedValue(DateTime, DateTime)
IBoundarySourceGetAccumulatedValue(DateTime, DateTime)
See Also