You are here: Start » FIL.NET » FIS.RegionFeatureValue Method

FIS.RegionFeatureValue Method

Computes the feature value of the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also