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

FIL.ConcatenatePaths_OfArray

Joins open paths of an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ConcatenatePaths_OfArray
(
	IList<FilNet.Path> inPathArray,
	bool inClose,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathArraySystem.Collections.Generic.IList<FilNet.Path>Input paths.
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

Array version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths_OfArray.

See also