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

FIS.SplitPathBySegment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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