You are here: Start » FIL.NET » FIS.GetMaximumPath Method
FIS.GetMaximumPath Method
Returns the path from the input array that corresponds to the largest computed feature value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GetMaximumPath ( IList<FilNet.Path> inPaths, FilNet.PathFeature inFeature, FilNet.Path outPath )
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.Path | Output path. |
Function Overrides
- GetMaximumPath(IList<Path>, PathFeature, Path, Single, Int32)
- GetMaximumPath(IList<Path>, PathFeature, Path, NullableValue<Single>, NullableValue<Int32>)