You are here: Start » FIL.NET » Invoke.ConcatenatePaths_OfArray

Invoke.ConcatenatePaths_OfArray

Joins open paths of an array.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathArraySystem.Collections.Generic.List<Fil.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.
outPathFil.PathOutput path.

See also