You are here: Start » FIL.NET » FIL.TestPointArrayInRegion
Tests which points lie inside a region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestPointArrayInRegion ( IList<FilNet.Point2D> inPoints, FilNet.Region inRegion, IList<bool> outIsContainedArray )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> |