You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.VerifyRegion
Checks if the point-runs of the input region are correctly arranged (sorted, not overlapping etc.).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.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. |