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