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

FIS.TestBoxInBox Method

Tests whether a box is contained in another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestBoxInBox
(
	FilNet.Box inSubBox,
	FilNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBoxFilNet.Box
inBoxFilNet.Box
outIsContainedbool

See also