You are here: Start » FIL.NET » FIS.PathSegments Method
FIS.PathSegments Method
Converts a path to an array of line segments.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathSegments ( FilNet.Path inPath, IList<FilNet.Segment2D> outSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outSegments | System.Collections.Generic.IList<FilNet.Segment2D> |


