You are here: Start » AVL.NET » AVS.RegionFeatureValue Method

AVS.RegionFeatureValue Method

Computes the feature value of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionFeatureValue
(
	AvlNet.Region inRegion,
	AvlNet.RegionFeature inFeature,
	out float outValue
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outValuefloat

See also