You are here: Start » FIL.NET » Invoke.TestPolygonInPolygon
Tests whether a polygon lies inside another one.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TestPolygonInPolygon ( Fil.Path inSubPolygon, Fil.Path inPolygon, out bool outIsContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSubPolygon | Fil.Path | Polygon the position of which will be tested. | ||
![]() | inPolygon | Fil.Path | Polygon against which the position will be tested. | ||
![]() | outIsContained | bool | True if whole polygon lies inside the other one, false otherwise. |