You are here: Start » FIL.NET » FIS.TestRegionInRegion Method

FIS.TestRegionInRegion Method

Tests whether a region is contained in another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestRegionInRegion
(
	FilNet.Region inSubregion,
	FilNet.Region inRegion,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubregionFilNet.Region
inRegionFilNet.RegionInput region.
outIsContainedbool

See also