You are here: Start » AVL.NET » Function Reference » Path » Path Classification » AVL.SelectOpenPaths

AVL.SelectOpenPaths

Selects paths which are open.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also