You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.SkipNotPolygon

FIL.SkipNotPolygon

If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SkipNotPolygon
(
	FilNet.Path inPath,
	INullable<FilNet.Path> outPolygon,
	out bool outIsPolygon
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outPolygonFilNet.INullable<FilNet.Path> This parameter cannot be null.
outIsPolygonbool

See also