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

FIL.SplitPathBySegment

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SplitPathBySegment
(
	FilNet.Path inPath,
	FilNet.Segment2D inSegment,
	IList<FilNet.Path> outPaths
)

Parameters

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

See also