ModelCouplingSummaryCouplingFlows Property |
[Missing <summary> documentation for "P:DHI.Mike1D.Mike1DDataAccess.ModelCouplingSummary.CouplingFlows"]
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<CouplingSummaryInOutFlow> CouplingFlows { get; set; }
Public Property CouplingFlows As List(Of CouplingSummaryInOutFlow)
Get
Set
public:
property List<CouplingSummaryInOutFlow>^ CouplingFlows {
List<CouplingSummaryInOutFlow>^ get ();
void set (List<CouplingSummaryInOutFlow>^ value);
}
Property Value
Type:
ListCouplingSummaryInOutFlowSee Also