You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionFeatureValue
Computes the feature value of the input region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionFeatureValue ( AvlNet.Region inRegion, AvlNet.RegionFeature inFeature, out float outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inFeature | AvlNet.RegionFeature | Region feature value to be computed. | ||
![]() | outValue | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect RegionFeature in RegionFeatureValue. |


