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, NullableRef<List<FilNet.Point2D>> outPoints, NullableValue<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 | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>> | Points that are contained. Can be null to skip this parameter calculation. | ||
![]() | outAreAllContained | FilNet.NullableValue<bool> | Can be null to skip this parameter calculation. |
Function Overrides
- TestPointArrayInBox(IList<Point2D>, Box, IList<Boolean>)
- TestPointArrayInBox(IList<Point2D>, Box, IList<Boolean>, IList<Point2D>, Boolean)