You are here: Start » AVL.NET » AVL.VerifyRegion
Checks if the input region is a valid Region object.
| 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 PointRun start has invalid X coordinate in VerifyRegion. |
| DomainError | Input region's PointRuns are not sorted in VerifyRegion. |
| DomainError | Input region's size is negative in VerifyRegion. |

