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

FIL.ConcatenatePaths_OfLoop

Joins open paths appearing in consecutive iterations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Description

Loop version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths_OfLoop.

See also