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

AVS.TestRegionNotEmpty Method

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

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outIsNotEmptybool

See also