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

FIS.SkipNotPolygon Method

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

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