You are here: Start » FIL.NET » FIS.SplitPathByLine Method
FIS.SplitPathByLine Method
Splits path in common points of a path and a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitPathByLine ( FilNet.Path inPath, FilNet.Line2D inLine, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Path being split. | ||
![]() | inLine | FilNet.Line2D | Line used for splitting. | ||
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> | Paths arisen from splitting the initial path. |