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


