You are here: Start » FIL.NET » Function Reference » Region » Region Relations » 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, NullableRef<List<float>> outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | Input regions. | ||
![]() | inFeature | FilNet.RegionFeature | Region feature value to be computed. | ||
![]() | inMinimum | float? | Lowest value of the range. Default value: ftl::NIL. | ||
![]() | inMaximum | float? | Highest value of the range. Default value: ftl::NIL. | ||
![]() | outAccepted | System.Collections.Generic.IList<FilNet.Region> | Regions with feature values matching the range. | ||
![]() | outValues | FilNet.NullableRef<System.Collections.Generic.List<float>> | Can be null to skip this parameter calculation. |