CatchmentValueGetter Method

Get value setter for the specified data quantity

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 virtual Func<double> ValueGetter(
	int index
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ValueGetter(System.Int32)"]

Return Value

FuncDouble
A value getter delegate that can set the value

Implements

IDoubleProxyValueGetter(Int32)

See Also