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 | |
---|---|---|---|---|---|
![]() | 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. |