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

FIL.RegionsFeatureValues

Computes the feature values of the input regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RegionsFeatureValues
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	IList<float> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
outValuesSystem.Collections.Generic.IList<float>

See also