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

AVL.SelectOpenPaths

Selects paths which are open.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SelectOpenPaths
(
	AvlNet.Path[] inPaths,
	out AvlNet.Path[] outOpenPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]Input paths.
outOpenPathsAvlNet.Path[]Paths classified as open.

See also