You are here: Start » FIL.NET » Invoke.SplitPathByLine

Invoke.SplitPathByLine

Splits path in common points of a path and a line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SplitPathByLine
(
	Fil.Path inPath,
	Fil.Line2D inLine,
	List<Fil.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathFil.PathPath being split.
inLineFil.Line2DLine used for splitting.
outPathsSystem.Collections.Generic.List<Fil.Path>Paths arisen from splitting the initial path.

See also