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

AVS.VerifyRegion Method

Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void VerifyRegion
(
	AvlNet.Region inRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.

See also