You are here: Start » FIL.NET » FIS.TestShapeConvex Method

FIS.TestShapeConvex Method

Tests whether a shape is convex.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestShapeConvex
(
	FilNet.Path inShape,
	out bool outIsConvex
)

Parameters

Name Type Range Default Description
inShapeFilNet.PathInput shape.
outIsConvexboolTrue if the shape is convex, false otherwise.

See also