You are here: Start » AVL.NET » Function Reference » Region » Region Relations » AVL.SelectRegions

AVL.SelectRegions

Selects regions according to the selected feature and range.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SelectRegions
(
	IList<AvlNet.Region> inRegions,
	AvlNet.RegionFeature inFeature,
	float? inMinimum,
	float? inMaximum,
	IList<AvlNet.Region> outAccepted,
	NullableRef<List<float>> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>Input regions.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
inMinimumfloat?Lowest value of the range. Default value: atl::NIL.
inMaximumfloat?Highest value of the range. Default value: atl::NIL.
outAcceptedSystem.Collections.Generic.IList<AvlNet.Region>Regions with feature values matching the range.
outValuesAvlNet.NullableRef<System.Collections.Generic.List<float>> Can be null to skip this parameter calculation.

Function Overrides

See also