You are here: Start » AVL.NET » Function Reference » Path » Path Classification » AVL.SelectClosedPaths

AVL.SelectClosedPaths

Selects paths which are closed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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