You are here: Start » FIL.NET » FIL.GetMaximumPath
Returns the path from the input array that corresponds to the largest computed feature value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetMaximumPath ( IList<FilNet.Path> inPaths, FilNet.PathFeature inFeature, 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.Path | Output path. | ||
![]() | outValue | float | Computed feature value of the output path. | ||
![]() | outIndex | int |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path array on input in GetMaximumPath. |
Function Overrides
- GetMaximumPath(IList<Path>, PathFeature, Path)
- GetMaximumPath(IList<Path>, PathFeature, Path, NullableValue<Single>, NullableValue<Int32>)