CatchmentYearlyStatistics Property |
Dictionary of statistics 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, RRYearlyStat> YearlyStatistics { get; }
Public ReadOnly Property YearlyStatistics As Dictionary(Of Integer, RRYearlyStat)
Get
public:
property Dictionary<int, RRYearlyStat^>^ YearlyStatistics {
Dictionary<int, RRYearlyStat^>^ get ();
}
Property Value
Type:
DictionaryInt32,
RRYearlyStatSee Also