You are here: Start » FIL.NET » FIS.RegionIntersection_OfArray Method
FIS.RegionIntersection_OfArray Method
Computes the common part of an array of regions.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RegionIntersection_OfArray ( IList<FilNet.Region> inArray, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<FilNet.Region> | |||
![]() | outRegion | FilNet.Region | Output region. |


