You are here:
Start »
AVL.NET »
AVL.RegionIntersection_OfArray(AvlNet.Region, AvlNet.Region[], AvlNet.Region)
AVL.RegionIntersection_OfArray(AvlNet.Region, AvlNet.Region[], AvlNet.Region)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionIntersection_OfArray(
AvlNet.Region inInitialRegion,
AvlNet.Region[] inArray,
out AvlNet.Region outRegion
)
Parameters
- inInitialRegion
- Type: AvlNet.Region
- inArray
- Type: AvlNet.Region
- outRegion
- Type: AvlNet.Region
Errors
| Error type |
Description |
| DomainError |
Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |
See also