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
inRegionFilNet.RegionInput region.
inReferenceRegionFilNet.Region
outRegionsIntersectbool

See also