You are here: Start » AVL.NET » Function Reference » Region » Region Basics » AVL.VerifyRegion
Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.).
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input region's dimension is negative in VerifyRegion. |
| DomainError | Input region's PointRun end has invalid X coordinate in VerifyRegion. |
| DomainError | Input region's PointRun has invalid Y coordinate in VerifyRegion. |
| DomainError | Input region's PointRun is empty in VerifyRegion. |
| DomainError | Input region's PointRuns are not sorted in VerifyRegion. |
| DomainError | Input region's size is negative in VerifyRegion. |

