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

AVL.SelectClosedPaths Method

Selects paths which are closed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsAvlNet.PathInput paths.
outClosedPathsAvlNet.PathPaths classified as closed.

See also