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

Invoke.SplitPathBySegment

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also