Click or drag to resize

IBoundaryValueModifierModify Method

Modify the value of the boundary.

The value is provided in the engine unit and must be returned in the engine unit.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
double Modify(
	double val,
	DateTime time
)

Parameters

val
Type: SystemDouble
Value to modify
time
Type: SystemDateTime
Time in simulation

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.IBoundaryValueModifier.Modify(System.Double,System.DateTime)"]

See Also