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

FIS.GroupPointsByRegions Method

For each region returns which points lie inside of it.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GroupPointsByRegions
(
	IList<FilNet.Point2D> inPoints,
	IList<FilNet.Region> inRegions,
	IList<List<int>> outGroupedIndices
)

Parameters

Function Overrides

See also