You are here: Start » FIL.NET » Invoke.GetMaximumRegion_OrNil
Returns the region from the input array that corresponds to the largest computed feature value; returns NIL if the array or any region inside it is empty.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetMaximumRegion_OrNil ( List<Fil.Region> inRegions, Fil.RegionFeature inFeature, Conditional<Fil.Region> outRegion, Conditional<float> outValue, Conditional<int> outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Fil.Region> | Input regions. | ||
![]() | inFeature | Fil.RegionFeature | Region feature value to be computed. | ||
![]() | outRegion | Ftl.Conditional<Fil.Region> | Output region. | ||
![]() | outValue | Ftl.Conditional<float> | Computed feature value of the output region. | ||
![]() | outIndex | Ftl.Conditional<int> |