You are here: Start » FIL.NET » Invoke.VerifyRegion

Invoke.VerifyRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void VerifyRegion
(
	Fil.Region inRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.

See also