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, NullableRef<SafeList<SafeList<FilNet.Path>>> outGroupedPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | Array of paths that will be classified into multiple groups. | ||
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | Array of regions that define the groups. | ||
![]() | inMatchingCriterion | FilNet.MatchingCriterion | Specifies whether a path must fully belong to a group region or if it is enough that it intersects. | ||
![]() | outGroupedIndices | System.Collections.Generic.IList<System.Collections.Generic.List<int>> | Indices of input paths classified into multiple groups. | ||
![]() | outGroupedPaths | FilNet.NullableRef<FilNet.SafeList<FilNet.SafeList<FilNet.Path>>> | Input paths classified into multiple groups. Can be null to skip this parameter calculation. |