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

AVL.RegionsFeatureValues

Computes the feature values of the input regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also