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


