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

FIS.SkipEmptyBox3D Method

If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SkipEmptyBox3D
(
	FilNet.Box3D inBox3D,
	INullable<FilNet.Box3D> outNotEmptyBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outNotEmptyBox3DFilNet.INullable<FilNet.Box3D> This parameter cannot be null.
outIsNotEmptybool

See also