You are here: Start » AVL.NET » Invoke.RegionFeatureValue
Computes the feature value of the input region.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionFeatureValue ( Avl.Region inRegion, Avl.RegionFeature inFeature, out float outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inFeature | Avl.RegionFeature | Region feature value to be computed. | ||
![]()  | outValue | float | 


