You are here: Start » AVL.NET » Invoke.SplitPathByPath
Splits path in common points of two paths.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SplitPathByPath ( Avl.Path inPath1, Avl.Path inPath2, List<Avl.Path> outPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath1 | Avl.Path | Path being split. | ||
![]()  | inPath2 | Avl.Path | Path used for splitting. | ||
![]()  | outPaths | System.Collections.Generic.List<Avl.Path> | Paths arisen from splitting the initial path. | 


