You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionFeatureValue

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
inRegionFilNet.RegionInput region.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
outValuefloat

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect RegionFeature in RegionFeatureValue.

See also