You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.SplitPathByLine

FIL.SplitPathByLine

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathPath being split.
inLineFilNet.Line2DLine used for splitting.
outPathsSystem.Collections.Generic.IList<FilNet.Path>Paths arisen from splitting the initial path.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in SplitPathByLine.

See also