You are here: Start » FIL.NET » FIS.SortRegions Method

FIS.SortRegions Method

Changes the order of regions from the input array according to an ascending/descending sequence of their computed feature values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SortRegions
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	FilNet.SortingOrder inSortingOrder,
	IList<FilNet.Region> outSortedRegions,
	NullableRef<List<float>> outSortedValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
inSortingOrderFilNet.SortingOrderSorting order.
outSortedRegionsSystem.Collections.Generic.IList<FilNet.Region>Regions sorted according to the computed feature values.
outSortedValuesFilNet.NullableRef<System.Collections.Generic.List<float>>Computed feature values. Can be null to skip this parameter calculation.

Function Overrides

See also