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
)
Public Overrides Function GetAccumulatedValue (
start As DateTime,
end As DateTime
) As Double
public:
virtual double GetAccumulatedValue(
DateTime start,
DateTime end
) override
Parameters
- start
- Type: SystemDateTime
Start dateTime to get value - end
- Type: SystemDateTime
End dateTime to get value
Return Value
Type:
Doublevalue
Implements
IBoundaryItemGetAccumulatedValue(DateTime, DateTime)See Also