You are here: Start » FIL.NET » FIS.GetMinimumRegion Method
FIS.GetMinimumRegion Method
Returns the region from the input array that corresponds to the smallest computed feature value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GetMinimumRegion ( IList<FilNet.Region> inRegions, FilNet.RegionFeature inFeature, FilNet.Region outRegion, NullableValue<float> outValue, NullableValue<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.Region | Output region. | ||
![]() | outValue | FilNet.NullableValue<float> | Computed feature value of the output region. Can be null to skip this parameter calculation. | ||
![]() | outIndex | FilNet.NullableValue<int> | Can be null to skip this parameter calculation. |
Function Overrides
- GetMinimumRegion(IList<Region>, RegionFeature, Region)
- GetMinimumRegion(IList<Region>, RegionFeature, Region, Single, Int32)