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

FIL.SkipEmptyBox

If the input box has both dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyBox
(
	FilNet.Box inBox,
	out FilNet.Box? outNotEmptyBox,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxFilNet.Box
outNotEmptyBoxFilNet.Box?
outIsNotEmptybool

See also