Click or drag to resize

Catchment.ValueSetter Method

[Missing <summary> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ValueSetter(System.Int32)"]

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Action<double> ValueSetter(
	int quantityIndex
)

Parameters

quantityIndex
Type: System.Int32

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

Return Value

Type: Action<Double>

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchment.ValueSetter(System.Int32)"]

Implements

IDoubleProxy.ValueSetter(Int32)
See Also