You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.TestBoxNotEmpty

AVL.TestBoxNotEmpty

Tests whether the box is not empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestBoxNotEmpty
(
	AvlNet.Box inBox,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outIsNotEmptybool

See also