You are here: Start » FIL.NET » FIS.TestPolygonConvex Method
FIS.TestPolygonConvex Method
Tests whether a polygon is convex.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TestPolygonConvex ( FilNet.Path inPolygon, out bool outIsConvex )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | Input polygon. | ||
![]() | outIsConvex | bool | True if the polygon is convex, false otherwise. |


