You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.RemoveEmptyBoxes
The input boxes which have both dimensions different from zero are copied to the output.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RemoveEmptyBoxes ( IList<FilNet.Box> inBoxes, IList<FilNet.Box> outNotEmptyBoxes, IList<bool> outIsNotEmpty )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBoxes | System.Collections.Generic.IList<FilNet.Box> | |||
![]() | outNotEmptyBoxes | System.Collections.Generic.IList<FilNet.Box> | |||
![]() | outIsNotEmpty | System.Collections.Generic.IList<bool> |