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

FIS.RegionsFeatureValues Method

Computes the feature values of the input regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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