You are here: Start » FIL.NET » FIS.TestPointArrayInBox Method
FIS.TestPointArrayInBox Method
Tests which points lie inside a box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TestPointArrayInBox ( IList<FilNet.Point2D> inPoints, FilNet.Box inBox, 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. | ||
![]() | inBox | FilNet.Box | |||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points that are contained. | ||
![]() | outAreAllContained | bool |
Function Overrides
- TestPointArrayInBox(IList<Point2D>, Box, IList<Boolean>)
- TestPointArrayInBox(IList<Point2D>, Box, IList<Boolean>, NullableRef<List<Point2D>>, NullableValue<Boolean>)