You are here: Start » FIL.NET » Function Reference » Path » Polygon Relations » FIL.TestPolygonConvex

FIL.TestPolygonConvex

Tests whether a polygon is convex.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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