You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Fil.Region> | Input regions. | ||
![]() | inFeature | Fil.RegionFeature | Region feature value to be computed. | ||
![]() | inMinimum | Ftl.Optional<float> | Lowest value of the range. Default value: ftl::NIL. | ||
![]() | inMaximum | Ftl.Optional<float> | Highest value of the range. Default value: ftl::NIL. | ||
![]() | outAccepted | System.Collections.Generic.List<Fil.Region> | Regions with feature values matching the range. | ||
![]() | outValues | Ftl.Optional<System.Collections.Generic.List<float>> |