TestBoxNotEmpty


Tests whether the box is not empty.

Syntax

C++
Python
 
def TestBoxNotEmpty(
	inBox: Box,
	/
)
-> outIsNotEmpty: bool

Parameters

Name Type Default Description
Input value inBox Box
Output value outIsNotEmpty bool