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

Invoke.BoxesBoundingBox_OrNil

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also