You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPathArray | System.Collections.Generic.List<Fil.Path> | Input paths. | ||
![]() | inClose | bool | If set to true adding in result a segment between its first point and the last one, therefore producing a closed path. | ||
![]() | outPath | Fil.Path | Output path. |