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


