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

FIS.TestPointArrayInRegion Method

Tests which points lie inside a region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestPointArrayInRegion
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Region inRegion,
	IList<bool> outIsContainedArray,
	NullableRef<List<FilNet.Point2D>> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inRegionFilNet.RegionInput region.
outIsContainedArraySystem.Collections.Generic.IList<bool>
outPointsFilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>> Can be null to skip this parameter calculation.

Function Overrides

See also