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

AVL.TestRegionNotEmpty

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsNotEmptybool

See also