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

AVL.SelectClosedPaths

Selects paths which are closed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]Input paths.
outClosedPathsAvlNet.Path[]Paths classified as closed.

See also