You are here: Start » FIL.NET » FIS.PathArrayPoints Method
FIS.PathArrayPoints Method
Converts an array of paths to an array of points.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathArrayPoints ( IList<FilNet.Path> inPaths, IList<FilNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |


