You are here: Start » AVL.NET » Invoke.SplitPathByPath

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
inPath1Avl.PathPath being split.
inPath2Avl.PathPath used for splitting.
outPathsSystem.Collections.Generic.List<Avl.Path>Paths arisen from splitting the initial path.

See also