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

AVL.TestRegionEmpty

Tests whether the size of a region equals zero.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsEmptybool

See also