You are here: Start » FIL.NET » Invoke.SortPaths
Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SortPaths ( List<Fil.Path> inPaths, Fil.PathFilter inPathFilter, Fil.PathFeature inFeature, Fil.SortingOrder inSortingOrder, List<Fil.Path> outSortedPaths, Optional<List<float>> outSortedValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Fil.Path> | Input paths. | ||
![]() | inPathFilter | Fil.PathFilter | Determines which paths will take part in computation. | ||
![]() | inFeature | Fil.PathFeature | Path feature value to be computed. | ||
![]() | inSortingOrder | Fil.SortingOrder | Sorting order. | ||
![]() | outSortedPaths | System.Collections.Generic.List<Fil.Path> | Paths sorted according to the computed feature values. | ||
![]() | outSortedValues | Ftl.Optional<System.Collections.Generic.List<float>> | Computed feature values. |