You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.TestPointArrayInRegion

FIL.TestPointArrayInRegion

Tests which points lie inside a region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestPointArrayInRegion
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Region inRegion,
	IList<bool> outIsContainedArray
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points which will be tested.
inRegionFilNet.RegionInput region.
outIsContainedArraySystem.Collections.Generic.IList<bool>

Function Overrides

See also