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

FIS.Boxes3DBoundingBox3D_OrNil Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Boxes3DBoundingBox3D_OrNil
(
	IList<FilNet.Box3D> inBoxes3D,
	INullable<FilNet.Box3D> outBoundingBox3D
)

Parameters

Name Type Range Default Description
inBoxes3DSystem.Collections.Generic.IList<FilNet.Box3D>
outBoundingBox3DFilNet.INullable<FilNet.Box3D> This parameter cannot be null.

See also