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

FIS.SplitSegment Method

Splits a segment into several parts of equal length.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SplitSegment
(
	FilNet.Segment2D inSegment,
	int inCount,
	IList<FilNet.Segment2D> outSegments
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inCountint<1, INF>2Number of segments after segment split. Default value: 2.
outSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>

See also