You are here: Start » FIL.NET » Invoke.TestRegionIntersectsWith
Tests whether two regions have non-empty intersection.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TestRegionIntersectsWith ( Fil.Region inRegion, Fil.Region inReferenceRegion, out bool outRegionsIntersect )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inReferenceRegion | Fil.Region | |||
![]() | outRegionsIntersect | bool |


