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

AVL.GroupRegionsByRegions(AvlNet.Region[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][], AvlNet.Region[][])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GroupRegionsByRegions(
	AvlNet.Region[] inRegions,
	AvlNet.Region[] inGroupRegions,
	AvlNet.MatchingCriterion inMatchingCriterion,
	out int[][] outGroupedIndices,
	out AvlNet.Region[][] outGroupedRegions
)

Parameters

inRegions
Type: AvlNet.Region
inGroupRegions
Type: AvlNet.Region
inMatchingCriterion
Type: AvlNet.MatchingCriterion
outGroupedIndices
Type: System.Int32
outGroupedRegions
Type: AvlNet.Region

See also