Loading [MathJax]/extensions/tex2jax.js

You are here: Start » FIL.NET » FIL.TestPointArrayInShape

FIL.TestPointArrayInShape

Tests which points lie inside a shape.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestPointArrayInShape
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Path inShape,
	IList<bool> outIsContainedArray,
	IList<FilNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points the positions of which will be tested.
inShapeFilNet.PathShape against which the points will be tested.
outIsContainedArraySystem.Collections.Generic.IList<bool>
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

Errors

List of possible exceptions:

Error type Description
DomainError Empty shape on input in TestPointArrayInShape.
DomainError Open path on input in TestPointArrayInShape.

See also