You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.BoxesBoundingBox
Computes the bounding box of given boxes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void BoxesBoundingBox ( IList<FilNet.Box> inBoxes, out FilNet.Box outBoundingBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBoxes | System.Collections.Generic.IList<FilNet.Box> | |||
![]() | outBoundingBox | FilNet.Box |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array on input in BoxesBoundingBox. |