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

FIL.TestRegionEmpty

Tests whether the size of a region equals zero.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestRegionEmpty
(
	FilNet.Region inRegion,
	out bool outIsEmpty
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outIsEmptybool

See also