Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Region » Region Basics » VerifyRegion
| Module: | FoundationLite | 
|---|
Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.).
Applications
You only need to use this tool if you create regions from point-runs manually.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inRegion | Region | Input region | 
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
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. | 
Complexity Level
This filter is available on Expert Complexity Level.

 Expert