CatchmentValueGetter Method |
Get value setter for the specified data quantity
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual Func<double> ValueGetter(
int index
)
Public Overridable Function ValueGetter (
index As Integer
) As Func(Of Double)
public:
virtual Func<double>^ ValueGetter(
int index
)
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ValueGetter(System.Int32)"]
Return Value
Type:
FuncDoubleA value getter delegate that can set the value
Implements
IDoubleProxyValueGetter(Int32)See Also