You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.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: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetMaximumRegion_OrNil ( IList<FilNet.Region> inRegions, FilNet.RegionFeature inFeature, INullable<FilNet.Region> outRegion, out float? outValue, out int? outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | Input regions. | ||
![]() | inFeature | FilNet.RegionFeature | Region feature value to be computed. | ||
![]() | outRegion | FilNet.INullable<FilNet.Region> | Output region. This parameter cannot be null. | ||
![]() | outValue | float? | Computed feature value of the output region. | ||
![]() | outIndex | int? |