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

Invoke.RegionFeatureValue

Computes the feature value of the input region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inFeatureAvl.RegionFeatureRegion feature value to be computed.
outValuefloat

See also