You are here: Start » FIL.NET » FIS.SplitPathByLine Method

FIS.SplitPathByLine Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also