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