You are here: Start » FIL.NET » Invoke.SplitPathBySegment
Splits path in common points of a path and a segment.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SplitPathBySegment ( Fil.Path inPath, Fil.Segment2D inSegment, List<Fil.Path> outPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Path being split. | ||
![]() | inSegment | Fil.Segment2D | Segment used for splitting. | ||
![]() | outPaths | System.Collections.Generic.List<Fil.Path> | Paths arisen from splitting the initial path. |


