You are here: Start » FIL.NET » Invoke.BoxesBoundingBox

Invoke.BoxesBoundingBox

Computes the bounding box of given boxes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox
(
	List<Fil.Box> inBoxes,
	out Fil.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.List<Fil.Box>
outBoundingBoxFil.Box

See also