Click or drag to resize

IBoundaryWithComponentsGetAccumulatedValue Method

Get accumulated value for component at given index at the given time span

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

Parameters

componentIndex
Type: SystemInt32

[Missing <param name="componentIndex"/> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundaryWithComponents.GetAccumulatedValue(System.Int32,System.DateTime,System.DateTime)"]

start
Type: SystemDateTime

[Missing <param name="start"/> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundaryWithComponents.GetAccumulatedValue(System.Int32,System.DateTime,System.DateTime)"]

end
Type: SystemDateTime

[Missing <param name="end"/> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundaryWithComponents.GetAccumulatedValue(System.Int32,System.DateTime,System.DateTime)"]

Return Value

Type: Double
Value
See Also