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