You are here: Start » AVL.NET » Invoke.SelectOpenPaths

Invoke.SelectOpenPaths

Selects paths which are open.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SelectOpenPaths
(
	List<Avl.Path> inPaths,
	List<Avl.Path> outOpenPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>Input paths.
outOpenPathsSystem.Collections.Generic.List<Avl.Path>Paths classified as open.

See also