You are here: Start » AVL.NET » AVL.TestRegionNotEmpty(AvlNet.Region, bool)

AVL.TestRegionNotEmpty(AvlNet.Region, bool)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inRegion
Type: AvlNet.Region
Input region
outIsNotEmpty
Type: System.Boolean

See also