You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » FIL.TestBox3DNotEmpty

FIL.TestBox3DNotEmpty

Tests whether the box in 3D is not empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestBox3DNotEmpty
(
	FilNet.Box3D inBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outIsNotEmptybool

See also