You are here: Start » FIL.NET » Invoke.TestPointArrayInRegion
Tests which points lie inside a region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TestPointArrayInRegion ( List<Fil.Point2D> inPoints, Fil.Region inRegion, List<bool> outIsContainedArray, Optional<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. | ||
![]() | inRegion | Fil.Region | Input region. | ||
![]() | outIsContainedArray | System.Collections.Generic.List<bool> | |||
![]() | outPoints | Ftl.Optional<System.Collections.Generic.List<Fil.Point2D>> | Points that are contained. | ||
![]() | outAreAllContained | Ftl.Optional<bool> |