HTMLSummaryAppendCouplingSummary Method

Add subsection summary information from external parties to the HTMLSummary. This method appends to the total list of coupling summaries each time it is called. Used to gather subreports from both model couplings and Data Assimilation.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void AppendCouplingSummary(
	List<ModelCouplingSummary> modelcouplingSummary
)

Parameters

modelcouplingSummary  ListModelCouplingSummary

[Missing <param name="modelcouplingSummary"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.HTMLSummary.AppendCouplingSummary(System.Collections.Generic.List{DHI.Mike1D.Mike1DDataAccess.ModelCouplingSummary})"]

See Also