CatchmentsSort(IComparerICatchment) Method

Sort the catchments using the specified comparer.

Remember to sort combined catchments as the last ones

Sort is implemented explicitly to avoid overhead in updating the search maps when sorting methods uses the ItemInt32 directly.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Sort(
	IComparer<ICatchment> comparer
)

Parameters

comparer  IComparerICatchment

[Missing <param name="comparer"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.Sort(System.Collections.Generic.IComparer{DHI.Mike1D.RainfallRunoffModule.ICatchment})"]

See Also