You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.SelectRegions

FIL.SelectRegions

Selects regions according to the selected feature and range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SelectRegions
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	float? inMinimum,
	float? inMaximum,
	IList<FilNet.Region> outAccepted
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
inMinimumfloat?Lowest value of the range. Default value: ftl::NIL.
inMaximumfloat?Highest value of the range. Default value: ftl::NIL.
outAcceptedSystem.Collections.Generic.IList<FilNet.Region>Regions with feature values matching the range.

Function Overrides

See also