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


