You are here: Start » FIL.NET » FIS.GroupPathsByRegions Method

FIS.GroupPathsByRegions Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GroupPathsByRegions
(
	IList<FilNet.Path> inPaths,
	IList<FilNet.Region> inRegions,
	FilNet.MatchingCriterion inMatchingCriterion,
	IList<List<int>> outGroupedIndices
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>Array of paths that will be classified into multiple groups.
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Array of regions that define the groups.
inMatchingCriterionFilNet.MatchingCriterionSpecifies whether a path must fully belong to a group region or if it is enough that it intersects.
outGroupedIndicesSystem.Collections.Generic.IList<System.Collections.Generic.List<int>>Indices of input paths classified into multiple groups.

Function Overrides

See also