You are here: Start » AVL.NET » AVL.SelectOpenPaths Method
AVL.SelectOpenPaths Method
Selects paths which are open.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SelectOpenPaths( AvlNet.Path[] inPaths, out AvlNet.Path[] outOpenPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPaths | AvlNet.Path | Input paths. | ||
![]() | outOpenPaths | AvlNet.Path | Paths classified as open. |


