You are here: Start » AVL.NET » Invoke.GetMinimumRegion
Returns the region from the input array that corresponds to the smallest computed feature value.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GetMinimumRegion ( List<Avl.Region> inRegions, Avl.RegionFeature inFeature, Avl.Region outRegion, Optional<float> outValue, Optional<int> outIndex )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegions | System.Collections.Generic.List<Avl.Region> | Input regions. | ||
![]()  | inFeature | Avl.RegionFeature | Region feature value to be computed. | ||
![]()  | outRegion | Avl.Region | Output region. | ||
![]()  | outValue | Atl.Optional<float> | Computed feature value of the output region. | ||
![]()  | outIndex | Atl.Optional<int> | 


