CatchmentValueBufferTimeValueGetterSurface Method

Get value getter for the specified data quantity for the catchment surface.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public Func<DateTime, double> TimeValueGetterSurface(
	int surfaceIndex,
	int index
)

Parameters

surfaceIndex  Int32
Index of the surface in the surface list
index  Int32
Index of requested Quantity

Return Value

FuncDateTime, Double
A value getter delegate that can get the value

See Also