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

Invoke.TestRegionNotEmpty

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outIsNotEmptybool

See also