You are here: Start » FIL.NET » FIS.SelectRegions Method
FIS.SelectRegions Method
Selects regions according to the selected feature and range.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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 | |
---|---|---|---|---|---|
![]() | 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. |