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
inPolygonFilNet.PathInput polygon.
outIsConvexboolTrue if the polygon is convex, false otherwise.

See also