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: 19.0.0.0 (11.1.1.1111)
Syntax
public void Sort(
	Comparison<ICatchment> comparison
)

Parameters

comparison
Type: SystemComparisonICatchment

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

See Also