You are here: Start » FIL.NET » Function Reference » Path » Polygon Relations » FIL.TestPointArrayInPolygon
Tests which points lie inside a polygon.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestPointArrayInPolygon ( IList<FilNet.Point2D> inPoints, FilNet.Path inPolygon, 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. | ||
![]() | inPolygon | FilNet.Path | Polygon against which the points will be tested. | ||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points that are contained. | ||
![]() | outAreAllContained | bool |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty polygon on input in TestPointArrayInPolygon. |
DomainError | Open path on input in TestPointArrayInPolygon. |
Function Overrides
- TestPointArrayInPolygon(IList<Point2D>, Path, IList<Boolean>, IList<Point2D>)
- TestPointArrayInPolygon(IList<Point2D>, Path, IList<Boolean>, IList<Point2D>, NullableValue<Boolean>)