You are here: Start » FIL.NET » FIS.TrimPathArrayToRectangle Method
FIS.TrimPathArrayToRectangle Method
Creates an array of paths contained in a rectangle from another array of paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TrimPathArrayToRectangle ( IList<FilNet.Path> inPaths, FilNet.Rectangle2D inRectangle, FilNet.TrimPathMethod inTrimPathMethod, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | inTrimPathMethod | FilNet.TrimPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> |