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

Invoke.SelectRegions

Selects regions according to the selected feature and range.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SelectRegions
(
	List<Avl.Region> inRegions,
	Avl.RegionFeature inFeature,
	Optional<float> inMinimum,
	Optional<float> inMaximum,
	List<Avl.Region> outAccepted,
	Optional<List<float>> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Avl.Region>Input regions.
inFeatureAvl.RegionFeatureRegion feature value to be computed.
inMinimumAtl.Optional<float>Lowest value of the range. Default value: atl::NIL.
inMaximumAtl.Optional<float>Highest value of the range. Default value: atl::NIL.
outAcceptedSystem.Collections.Generic.List<Avl.Region>Regions with feature values matching the range.
outValuesAtl.Optional<System.Collections.Generic.List<float>>

See also