You are here: Start » FIL.NET » FIL.GetMinimumPath_OrNil
Returns the path from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any path inside it is empty.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetMinimumPath_OrNil ( IList<FilNet.Path> inPaths, FilNet.PathFeature inFeature, INullable<FilNet.Path> outPath, out float? outValue, out int? outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | Input paths. | ||
![]() | inFeature | FilNet.PathFeature | Path feature value to be computed. | ||
![]() | outPath | FilNet.INullable<FilNet.Path> | Output path. This parameter cannot be null. | ||
![]() | outValue | float? | Computed feature value of the output path. | ||
![]() | outIndex | int? |