You are here: Start » FIL.NET » Invoke.GroupRegionsByRegions

Invoke.GroupRegionsByRegions

For each region returns which regions lie inside of it or intersect with it.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GroupRegionsByRegions
(
	List<Fil.Region> inRegions,
	List<Fil.Region> inGroupRegions,
	Fil.MatchingCriterion inMatchingCriterion,
	List<List<int>> outGroupedIndices,
	Optional<List<List<Fil.Region>>> outGroupedRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>Array of regions that will be classified into multiple groups.
inGroupRegionsSystem.Collections.Generic.List<Fil.Region>Array of regions that define the groups.
inMatchingCriterionFil.MatchingCriterionSpecifies whether a region must fully belong to a group region or if it is enough that it intersects.
outGroupedIndicesSystem.Collections.Generic.List<System.Collections.Generic.List<int>>Indices of input regions classified into multiple groups.
outGroupedRegionsFtl.Optional<System.Collections.Generic.List<System.Collections.Generic.List<Fil.Region>>>Input regions classified into multiple groups.

See also