You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inBoxes | System.Collections.Generic.List<Fil.Box> | |||
![]() | outNotEmptyBoxes | System.Collections.Generic.List<Fil.Box> | |||
![]() | outIsNotEmpty | System.Collections.Generic.List<bool> |