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

FIL.BoxIntersection

Computes the common part of two boxes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void BoxIntersection
(
	FilNet.Box inBox1,
	FilNet.Box inBox2,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBox1FilNet.Box
inBox2FilNet.Box
outBoxFilNet.Box

See also