You are here: Start » FIL.NET » Invoke.RegionsFeatureValues

Invoke.RegionsFeatureValues

Computes the feature values of the input regions.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>Input regions.
inFeatureFil.RegionFeatureRegion feature value to be computed.
outValuesSystem.Collections.Generic.List<float>

See also