You are here: Start » FIL.NET » Invoke.TestBoxIntersectsWith

Invoke.TestBoxIntersectsWith

Tests whether two boxes have non-empty intersection.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxFil.Box
inReferenceBoxFil.Box
outBoxesIntersectbool

See also