CatchmentYearlyRunoff Property |
Return dictionary of runoff as a function of year
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Dictionary<int, double> YearlyRunoff { get; }
Public ReadOnly Property YearlyRunoff As Dictionary(Of Integer, Double)
Get
public:
virtual property Dictionary<int, double>^ YearlyRunoff {
Dictionary<int, double>^ get () sealed;
}
Property Value
Type:
DictionaryInt32,
DoubleImplements
ICatchmentYearlyRunoffSee Also