You are here: Start » FIL.NET » FIS.BoxIntersection Method
FIS.BoxIntersection Method
Computes the common part of two boxes.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void BoxIntersection ( FilNet.Box inBox1, FilNet.Box inBox2, out FilNet.Box outBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox1 | FilNet.Box | |||
![]() | inBox2 | FilNet.Box | |||
![]() | outBox | FilNet.Box |


