You are here: Start » FIL.NET » Invoke.SelectClosedPaths

Invoke.SelectClosedPaths

Selects paths which are closed.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also