Click or drag to resize

CatchmentsSort Method

Overload List
  NameDescription
Public methodSort(IComparerICatchment)
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.

Public methodSort(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.

Top
See Also