LongTermStatisticsDataDryWeatherFlows Property |
Dry Weather Flows reported in result file for LTS simulation.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<LTSDryWeatherFlowSpecification> DryWeatherFlows { get; set; }
Public Property DryWeatherFlows As List(Of LTSDryWeatherFlowSpecification)
Get
Set
public:
property List<LTSDryWeatherFlowSpecification^>^ DryWeatherFlows {
List<LTSDryWeatherFlowSpecification^>^ get ();
void set (List<LTSDryWeatherFlowSpecification^>^ value);
}
Property Value
Type:
ListLTSDryWeatherFlowSpecificationSee Also