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,
	NullableValue<bool> outAreAllContained
)

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>
outPointsFilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>>Points that are contained. Can be null to skip this parameter calculation.
outAreAllContainedFilNet.NullableValue<bool> Can be null to skip this parameter calculation.

Function Overrides

See also