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


