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

FIS.TestBoxIntersectsWith Method

Tests whether two boxes have non-empty intersection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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