You are here: Start » FIL.NET » Invoke.RemoveEmptyBoxes

Invoke.RemoveEmptyBoxes

The input boxes which have both dimensions different from zero are copied to the output.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemoveEmptyBoxes
(
	List<Fil.Box> inBoxes,
	List<Fil.Box> outNotEmptyBoxes,
	List<bool> outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.List<Fil.Box>
outNotEmptyBoxesSystem.Collections.Generic.List<Fil.Box>
outIsNotEmptySystem.Collections.Generic.List<bool>

See also