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

FIS.ConcatenatePaths_OfArray Method

Joins open paths of an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also