AbstractSourceBoundaryGetValue(Int32, DateTime) Method
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.BoundaryModuleAssembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public double GetValue(
int boundarySourceComponentIndex,
DateTime date
)
- boundarySourceComponentIndex Int32
- Index into list of boundary component sources
- date DateTime
- Date/time to get value for
Double[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.GetValue(System.Int32,System.DateTime)"]
IBoundaryWithComponentsGetValue(Int32, DateTime)