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