You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » 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 | |
---|---|---|---|---|---|
![]() | inPathArray | System.Collections.Generic.IList<FilNet.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 | FilNet.Path | Output path. |
Description
Array version of ConcatenatePaths.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in ConcatenatePaths_OfArray. |