You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Fil.Path> | Input paths. | ||
![]() | outClosedPaths | System.Collections.Generic.List<Fil.Path> | Paths classified as closed. |