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

FIL.TestBoxInBox

Tests whether a box is contained in another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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