You are here: Start » FIL.NET » Invoke.GetMaximumRegion
Returns the region from the input array that corresponds to the largest computed feature value.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetMaximumRegion ( List<Fil.Region> inRegions, Fil.RegionFeature inFeature, Fil.Region outRegion, Optional<float> outValue, Optional<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 | Fil.Region | Output region. | ||
![]() | outValue | Ftl.Optional<float> | Computed feature value of the output region. | ||
![]() | outIndex | Ftl.Optional<int> |