You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionBoundingBox
Computes the smallest box containing a region.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RegionBoundingBox ( FilNet.Region inRegion, out FilNet.Box outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outBoundingBox | FilNet.Box |
Examples
![]() |
The resulting outBoundingBox box drawn onto the input region.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty region on input in RegionBoundingBox. |



