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

AVL.RegionFeatureValue

Computes the feature value of the input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect RegionFeature in RegionFeatureValue.

See also