You are here: Start » FIL.NET » FIS.TestPointArrayInRegion Method
FIS.TestPointArrayInRegion Method
Tests which points lie inside a region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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> | Points which will be tested. | ||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> |
Function Overrides
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>, IList<Point2D>, Boolean)
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>, NullableRef<List<Point2D>>, NullableValue<Boolean>)