You are here: Start » AVL.NET » AVL.SelectClosedPaths(AvlNet.Path[], AvlNet.Path[])

AVL.SelectClosedPaths(AvlNet.Path[], AvlNet.Path[])

Selects paths which are closed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SelectClosedPaths(
	AvlNet.Path[] inPaths,
	out AvlNet.Path[] outClosedPaths
)

Parameters

inPaths
Type: AvlNet.Path
Input paths
outClosedPaths
Type: AvlNet.Path
Paths classified as closed

See also