You are here: Start » FIL.NET » Invoke.TestRegionNotEmpty

Invoke.TestRegionNotEmpty

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outIsNotEmptybool

See also