You are here: Start » FIL.NET » Invoke.TestPolygonConvex

Invoke.TestPolygonConvex

Tests whether a polygon is convex.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestPolygonConvex
(
	Fil.Path inPolygon,
	out bool outIsConvex
)

Parameters

Name Type Range Default Description
inPolygonFil.PathInput polygon.
outIsConvexboolTrue if the polygon is convex, false otherwise.

See also