Click or drag to resize

CatchmentsSort Method (ComparisonICatchment)

Sort the catchments using the specified comparison.

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.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void Sort(
	Comparison<ICatchment> comparison
)

Parameters

comparison
Type: SystemComparisonICatchment
See Also