You are here: Start » AVL.NET » AVL.GetMaximumRegion(AvlNet.Region[], AvlNet.RegionFeature, AvlNet.Region)
AVL.GetMaximumRegion(AvlNet.Region[], AvlNet.RegionFeature, AvlNet.Region)
Returns the region from the input array that corresponds to the largest computed feature value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetMaximumRegion( AvlNet.Region[] inRegions, AvlNet.RegionFeature inFeature, out AvlNet.Region outRegion )
Parameters
- inRegions
- Type: AvlNet.Region
Input regions - inFeature
- Type: AvlNet.RegionFeature
Region feature value to be computed - outRegion
- Type: AvlNet.Region
Output region
