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

FIS.BoxesBoundingBox_OrNil Method

Computes the bounding box of given boxes; returns NIL if the array is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also