You are here: Start » AVL.NET » Function Reference » Region » Region Combinators » AVL.RegionIntersection_OfArray
Computes the common part of an array of regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionIntersection_OfArray ( IList<AvlNet.Region> inArray, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<AvlNet.Region> | |||
![]() | outRegion | AvlNet.Region | Output region. |
Description
Array version of RegionIntersection.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |


