DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.BoundaryModule
BoundaryItemRRResult Class
BoundaryItemRRResult Methods
Create Method
GetAccumulatedValue Method
GetNextTransitionTime Method
GetPreferredTimeStep Method
GetValue Method
Prepare Method
ResultEndTime Method
ResultStartTime Method
ToString Method
Validate Method
BoundaryItemRRResult
GetAccumulatedValue 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
override
double
GetAccumulatedValue
(
DateTime
start
,
DateTime
end
)
Parameters
start
Type:
System
DateTime
Start dateTime to get value
end
Type:
System
DateTime
End dateTime to get value
Return Value
Type:
Double
value
Implements
IBoundaryItem
GetAccumulatedValue(DateTime, DateTime)
See Also
Reference
BoundaryItemRRResult Class
DHI.Mike1D.BoundaryModule Namespace