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