You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.BoxesBoundingBox_OrNil

FIL.BoxesBoundingBox_OrNil

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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