You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionBoundingBox_OrNil
Computes the smallest box containing a region; returns NIL if the region is empty.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RegionBoundingBox_OrNil ( FilNet.Region inRegion, out FilNet.Box? outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outBoundingBox | FilNet.Box? |


