AbstractSourceBoundaryGetValue Method (Int32, DateTime) |
Get value of the component in the boundary on the provided index.
The index is NOT into global index of AD components.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetValue(
int boundarySourceComponentIndex,
DateTime date
)
Public Function GetValue (
boundarySourceComponentIndex As Integer,
date As DateTime
) As Double
public:
virtual double GetValue(
int boundarySourceComponentIndex,
DateTime date
) sealed
Parameters
- boundarySourceComponentIndex
- Type: SystemInt32
Index into list of boundary component sources - date
- Type: SystemDateTime
Date/time to get value for
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.GetValue(System.Int32,System.DateTime)"]
Implements
IBoundaryWithComponentsGetValue(Int32, DateTime)See Also