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

Invoke.SelectRegions

Selects regions according to the selected feature and range.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SelectRegions
(
	List<Fil.Region> inRegions,
	Fil.RegionFeature inFeature,
	Optional<float> inMinimum,
	Optional<float> inMaximum,
	List<Fil.Region> outAccepted,
	Optional<List<float>> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>Input regions.
inFeatureFil.RegionFeatureRegion feature value to be computed.
inMinimumFtl.Optional<float>Lowest value of the range. Default value: ftl::NIL.
inMaximumFtl.Optional<float>Highest value of the range. Default value: ftl::NIL.
outAcceptedSystem.Collections.Generic.List<Fil.Region>Regions with feature values matching the range.
outValuesFtl.Optional<System.Collections.Generic.List<float>>

See also