You are here: Start » FIL.NET » Invoke.TrimPathArray
Creates an array of paths contained in a box from another array of paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TrimPathArray ( List<Fil.Path> inPaths, Fil.Box inBox, Fil.TrimPathMethod inTrimPathMethod, List<Fil.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Fil.Path> | |||
![]() | inBox | Fil.Box | |||
![]() | inTrimPathMethod | Fil.TrimPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPaths | System.Collections.Generic.List<Fil.Path> |