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.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetValue(
	int boundarySourceComponentIndex,
	DateTime date
)

Parameters

boundarySourceComponentIndex  Int32
Index into list of boundary component sources
date  DateTime
Date/time to get value for

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractSourceBoundary.GetValue(System.Int32,System.DateTime)"]

Implements

IBoundaryWithComponentsGetValue(Int32, DateTime)

See Also