CatchmentValueBufferTimeValueGetter Method  | 
 
            Get value getter 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)
Syntaxpublic Func<DateTime, double> TimeValueGetter(
	int index
)
Public Function TimeValueGetter ( 
	index As Integer
) As Func(Of DateTime, Double)
public:
virtual Func<DateTime, double>^ TimeValueGetter(
	int index
) sealed
Parameters
- index
 - Type: SystemInt32
Index of requested Quantity 
Return Value
Type: 
FuncDateTime, 
DoubleA value getter delegate that can get the value
Implements
IDoubleTimeProxyTimeValueGetter(Int32)
See Also