DHI.Mike1D Class Library
C#
Show/Hide TOC
Catchment
Result
File
Get
Value Method
Get value for component at given at the given time
Definition
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
double
GetValue
(
int
boundarySourceComponentIndex
,
DateTime
date
)
Parameters
boundarySourceComponentIndex
Int32
Index into
Components
date
DateTime
DateTime to get value
Return Value
Double
Value
Implements
IBoundaryWithComponents
GetValue(Int32, DateTime)
See Also
Reference
CatchmentResultFile Class
DHI.Mike1D.BoundaryModule Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also