You are here: Start » AVL.NET » AVL.GetMaximumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)
AVL.GetMaximumPath(AvlNet.Path[], AvlNet.PathFeature, AvlNet.Path, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetMaximumPath( AvlNet.Path[] inPaths, AvlNet.PathFeature inFeature, out AvlNet.Path outPath, out float outValue )
Parameters
- inPaths
- Type: AvlNet.Path
- inFeature
- Type: AvlNet.PathFeature
- outPath
- Type: AvlNet.Path
- outValue
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path array on input in GetMaximumPath |
