You are here: Start » AVL.NET » AVL.GroupPathsByRegions(AvlNet.Path[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][], AvlNet.Path[][])

AVL.GroupPathsByRegions(AvlNet.Path[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][], AvlNet.Path[][])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GroupPathsByRegions(
	AvlNet.Path[] inPaths,
	AvlNet.Region[] inRegions,
	AvlNet.MatchingCriterion inMatchingCriterion,
	out int[][] outGroupedIndices,
	out AvlNet.Path[][] outGroupedPaths
)

Parameters

inPaths
Type: AvlNet.Path
inRegions
Type: AvlNet.Region
inMatchingCriterion
Type: AvlNet.MatchingCriterion
outGroupedIndices
Type: System.Int32
outGroupedPaths
Type: AvlNet.Path

See also