You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.TestBoxIntersectsWith

FIL.TestBoxIntersectsWith

Tests whether two boxes have non-empty intersection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestBoxIntersectsWith
(
	FilNet.Box inBox,
	FilNet.Box inReferenceBox,
	out bool outBoxesIntersect
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
inReferenceBoxFilNet.Box
outBoxesIntersectbool

See also