You are here: Start » FIL.NET » Function Reference » Region » Region Relations » 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, IList<FilNet.Point2D> outPoints, out bool outAreAllContained )
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> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points that are contained. | ||
![]() | outAreAllContained | bool |
Function Overrides
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>)
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>, NullableRef<List<Point2D>>, NullableValue<Boolean>)