You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.TestRegionIntersectsWith

FIL.TestRegionIntersectsWith

Tests whether two regions have non-empty intersection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestRegionIntersectsWith
(
	FilNet.Region inRegion,
	FilNet.Region inReferenceRegion,
	out bool outRegionsIntersect
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inReferenceRegionFilNet.Region
outRegionsIntersectbool

See also