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

FIS.BoxesBoundingBox Method

Computes the bounding box of given boxes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BoxesBoundingBox
(
	IList<FilNet.Box> inBoxes,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.IList<FilNet.Box>
outBoundingBoxFilNet.Box

See also