You are here: Start » FIL.NET » Function Reference » Path » Path Classification » FIL.SelectClosedPaths

FIL.SelectClosedPaths

Selects paths which are closed.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SelectClosedPaths
(
	IList<FilNet.Path> inPaths,
	IList<FilNet.Path> outClosedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>Input paths.
outClosedPathsSystem.Collections.Generic.IList<FilNet.Path>Paths classified as closed.

See also