You are here: Start » AVL.NET » AVL.SplitPathByPath(AvlNet.Path, AvlNet.Path, AvlNet.Path[])
AVL.SplitPathByPath(AvlNet.Path, AvlNet.Path, AvlNet.Path[])
Splits path in common points of two paths.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SplitPathByPath( AvlNet.Path inPath1, AvlNet.Path inPath2, out AvlNet.Path[] outPaths )
Parameters
- inPath1
- Type: AvlNet.Path
Path being split - inPath2
- Type: AvlNet.Path
Path used for splitting - outPaths
- Type: AvlNet.Path
Paths arisen from splitting the initial path
