You are here: Start » FIL.NET » FIL.SkipNotShape

FIL.SkipNotShape

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 SkipNotShape
(
	FilNet.Path inPath,
	INullable<FilNet.Path> outShape,
	out bool outIsShape
)

Parameters

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

See also