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

AVS.SelectOpenPaths Method

Selects paths which are open.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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