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

Invoke.SortRegions

Changes the order of regions 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 SortRegions
(
	List<Fil.Region> inRegions,
	Fil.RegionFeature inFeature,
	Fil.SortingOrder inSortingOrder,
	List<Fil.Region> outSortedRegions,
	Optional<List<float>> outSortedValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>Input regions.
inFeatureFil.RegionFeatureRegion feature value to be computed.
inSortingOrderFil.SortingOrderSorting order.
outSortedRegionsSystem.Collections.Generic.List<Fil.Region>Regions sorted according to the computed feature values.
outSortedValuesFtl.Optional<System.Collections.Generic.List<float>>Computed feature values.

See also