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