You are here: Start » AVL.NET » AVS.TestBoxNotEmpty Method

AVS.TestBoxNotEmpty Method

Tests whether the box is not empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
outIsNotEmptybool

See also