You are here: Start » AVL.NET » Invoke.GetMaximumPath
Returns the path from the input array that corresponds to the largest computed feature value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetMaximumPath ( List<Avl.Path> inPaths, Avl.PathFeature inFeature, Avl.Path outPath, Optional<float> outValue, Optional<int> outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | Input paths. | ||
![]() | inFeature | Avl.PathFeature | Path feature value to be computed. | ||
![]() | outPath | Avl.Path | Output path. | ||
![]() | outValue | Atl.Optional<float> | Computed feature value of the output path. | ||
![]() | outIndex | Atl.Optional<int> |