You are here: Start » AVL.NET » Function Reference » Path » Path Combinators » AVL.SplitPathByPath

AVL.SplitPathByPath

Splits path in common points of two paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SplitPathByPath
(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathPath being split.
inPath2AvlNet.PathPath used for splitting.
outPathsSystem.Collections.Generic.IList<AvlNet.Path>Paths arisen from splitting the initial path.

See also