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

Invoke.TestBoxInBox

Tests whether a box is contained in another one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestBoxInBox
(
	Fil.Box inSubBox,
	Fil.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBoxFil.Box
inBoxFil.Box
outIsContainedbool

See also