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

FIS.ConcatenatePaths_OfLoop Method

Joins open paths appearing in consecutive iterations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ConcatenatePaths_OfLoop
(
	FilNet.ConcatenatePaths_OfLoopState ioState,
	FilNet.Path inPath,
	bool inClose,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
ioStateFilNet.ConcatenatePaths_OfLoopState
inPathFilNet.PathInput path.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathFilNet.PathOutput path.

See also