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

AVS.SelectClosedPaths Method

Selects paths which are closed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SelectClosedPaths
(
	IList<AvlNet.Path> inPaths,
	IList<AvlNet.Path> outClosedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>Input paths.
outClosedPathsSystem.Collections.Generic.IList<AvlNet.Path>Paths classified as closed.

See also