Click or drag to resize

BoundaryItemRRResultGetAccumulatedValue Method

Get the accumulated value for this source, which is the sum of the Total runoff and the Catchment discharge.

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 dateTime to get value
end
Type: SystemDateTime
End dateTime to get value

Return Value

Type: Double
value

Implements

IBoundaryItemGetAccumulatedValue(DateTime, DateTime)
See Also