You are here: Start » FIL.NET » Invoke.SortPaths

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
inPathsSystem.Collections.Generic.List<Fil.Path>Input paths.
inPathFilterFil.PathFilterDetermines which paths will take part in computation.
inFeatureFil.PathFeaturePath feature value to be computed.
inSortingOrderFil.SortingOrderSorting order.
outSortedPathsSystem.Collections.Generic.List<Fil.Path>Paths sorted according to the computed feature values.
outSortedValuesFtl.Optional<System.Collections.Generic.List<float>>Computed feature values.

See also