You are here: Start » AVL.NET » Invoke.SelectRegions
Selects regions according to the selected feature and range.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SelectRegions ( List<Avl.Region> inRegions, Avl.RegionFeature inFeature, Optional<float> inMinimum, Optional<float> inMaximum, List<Avl.Region> outAccepted, Optional<List<float>> outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Avl.Region> | Input regions. | ||
![]() | inFeature | Avl.RegionFeature | Region feature value to be computed. | ||
![]() | inMinimum | Atl.Optional<float> | Lowest value of the range. Default value: atl::NIL. | ||
![]() | inMaximum | Atl.Optional<float> | Highest value of the range. Default value: atl::NIL. | ||
![]() | outAccepted | System.Collections.Generic.List<Avl.Region> | Regions with feature values matching the range. | ||
![]() | outValues | Atl.Optional<System.Collections.Generic.List<float>> |