You are here: Start » FIL.NET » Invoke.TestPointArrayInPolygon
Tests which points lie inside a polygon.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TestPointArrayInPolygon ( List<Fil.Point2D> inPoints, Fil.Path inPolygon, List<bool> outIsContainedArray, List<Fil.Point2D> outPoints, Optional<bool> outAreAllContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | Points which will be tested. | ||
![]() | inPolygon | Fil.Path | Polygon against which the points will be tested. | ||
![]() | outIsContainedArray | System.Collections.Generic.List<bool> | |||
![]() | outPoints | System.Collections.Generic.List<Fil.Point2D> | Points that are contained. | ||
![]() | outAreAllContained | Ftl.Optional<bool> |


