You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.TestRegionOnBorder

FIL.TestRegionOnBorder

Tests whether a region is adjacent to its border.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestRegionOnBorder
(
	FilNet.Region inRegion,
	out bool outIsOnBorder
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outIsOnBorderbool

Description

Tests whether a region is adjacent to its border.

Examples

Filter output Region preview image
False
True

See also