You are here: Start » AVL.NET » Invoke.RegionsFeatureValues
Computes the feature values of the input regions.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionsFeatureValues ( List<Avl.Region> inRegions, Avl.RegionFeature inFeature, 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. | ||
![]() | outValues | System.Collections.Generic.List<float> |


