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

AVL.SelectOpenPaths Method

Selects paths which are open.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsAvlNet.PathInput paths.
outOpenPathsAvlNet.PathPaths classified as open.

See also