You are here: Start » AVL.NET » AVS.TestRegionEmpty Method

AVS.TestRegionEmpty Method

Tests whether the size of a region equals zero.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsEmptybool

See also