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

FIL.TestRegionNotEmpty

Tests whether the size of a region doesn't equal zero.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestRegionNotEmpty
(
	FilNet.Region inRegion,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outIsNotEmptybool

See also