You are here: Start » FIL.NET » FIS.RemoveEmptyBoxes Method

FIS.RemoveEmptyBoxes Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RemoveEmptyBoxes
(
	IList<FilNet.Box> inBoxes,
	IList<FilNet.Box> outNotEmptyBoxes,
	IList<bool> outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.IList<FilNet.Box>
outNotEmptyBoxesSystem.Collections.Generic.IList<FilNet.Box>
outIsNotEmptySystem.Collections.Generic.IList<bool>

See also