You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Relations » FIL.TestPointInBox
Tests whether a point lies in a box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestPointInBox ( FilNet.Point2D inPoint, FilNet.Box inBox, out bool outIsContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inBox | FilNet.Box | |||
![]() | outIsContained | bool |
Examples

TestPointInBox performed on the sample box and point. outIsContained = True.

TestPointInBox performed on the sample box and point. outIsContained = False.