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

Invoke.RegionFeatureValue

Computes the feature value of the input region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionFeatureValue
(
	Fil.Region inRegion,
	Fil.RegionFeature inFeature,
	out float outValue
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inFeatureFil.RegionFeatureRegion feature value to be computed.
outValuefloat

See also