You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Relations » FIL.TestPointArrayInBox

FIL.TestPointArrayInBox

Tests which points lie inside a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestPointArrayInBox
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Box inBox,
	IList<bool> outIsContainedArray,
	IList<FilNet.Point2D> outPoints,
	out bool outAreAllContained
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points which will be tested.
inBoxFilNet.Box
outIsContainedArraySystem.Collections.Generic.IList<bool>
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points that are contained.
outAreAllContainedbool

Function Overrides

See also